Color Hex Logo

#c68382 Color Hex

#C68382
(198,131,130)
0 Favorites   0 Comments

Color spaces of #c68382

RGB 198131130
HSL0.000.370.64
HSV34°78°
CMYK 0.000.340.34   0.22
XYZ35.434329.850125.0131
Yxy29.85010.39240.3306
Hunter Lab54.635220.156511.1005
CIE-Lab61.524725.700511.1736

#c68382 color RGB value is (198,131,130).

#c68382 hex color red value is 198, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c68382 hue: 0.00 , saturation: 0.37 and the lightness value of c68382 is 0.64.

The process color (four color CMYK) of #c68382 color hex is 0.00, 0.34, 0.34, 0.22. Web safe color of #c68382 is #cc9999. Color #c68382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 10000010
Octal 306 203 202
Decimal 198 131 130
Hex C6 83 82

RGB Percentages of Color #c68382

%43.14
%28.54
%28.32

CMYK Percentages of Color #c68382

%0
%34
%34
%22

Triadic Colors of #c68382

#c68382 #82c683 #8382c6

Analogous Colors of #c68382

#c68382 #c6a582 #c682a3

Monochromatic Colors of #c68382

#c68382

Complementary Color

#c68382 #82c5c6

#c68382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68382 Color CSS Codes

.mybgcolor {background-color:#c68382; } 
.myforecolor {color:#c68382; }
.mybordercolor {border:3px solid #c68382; }

#c68382 Text Font Color

<p style="color:#c68382">Text here</p>

This sample text font color is #c68382
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c68382 Background Color

<div style="background-color:#c68382">
Div content here</div>

This div background color is #c68382


#c68382 Border Color

<div style="border:3px solid #c68382">
Div here</div>

This div border color is #c68382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,131,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68382;
  -webkit-box-shadow: 1px 1px 3px 2px #c68382;
  box-shadow:         1px 1px 3px 2px #c68382; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,131,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c68382">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c68382;
  -webkit-box-shadow: 1px 1px 3px 2px #c68382;
  box-shadow:         1px 1px 3px 2px #c68382;">
Div content here</div>

This div box has shadow with color #c68382

#c68382 Color Palettes


Comments

No comments written yet.

Please login to write comment.