Color Hex Logo

#cc886e Color Hex

#CC886E
(204,136,110)
0 Favorites   0 Comments

Color spaces of #cc886e

RGB 204136110
HSL0.050.480.62
HSV17°46°80°
CMYK 0.000.330.46   0.20
XYZ36.520531.571518.9209
Yxy31.57150.41970.3628
Hunter Lab56.188517.688619.3667
CIE-Lab62.987123.036824.5779

#cc886e color RGB value is (204,136,110).

#cc886e hex color red value is 204, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc886e hue: 0.05 , saturation: 0.48 and the lightness value of cc886e is 0.62.

The process color (four color CMYK) of #cc886e color hex is 0.00, 0.33, 0.46, 0.20. Web safe color of #cc886e is #cc9966. Color #cc886e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01101110
Octal 314 210 156
Decimal 204 136 110
Hex CC 88 6E

RGB Percentages of Color #cc886e

%45.33
%30.22
%24.44

CMYK Percentages of Color #cc886e

%0
%33
%46
%20

Triadic Colors of #cc886e

#cc886e #6ecc88 #886ecc

Analogous Colors of #cc886e

#cc886e #ccb76e #cc6e83

Monochromatic Colors of #cc886e

#cc886e

Complementary Color

#cc886e #6eb2cc

#cc886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc886e Color CSS Codes

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

#cc886e Text Font Color

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

This sample text font color is #cc886e
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.


#cc886e Background Color

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

This div background color is #cc886e


#cc886e Border Color

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

This div border color is #cc886e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,136,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc886e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc886e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc886e;
  box-shadow:         1px 1px 3px 2px #cc886e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,136,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc886e


Comments

No comments written yet.

Please login to write comment.