Color Hex Logo

#cc886c Color Hex

#CC886C
(204,136,108)
0 Favorites   0 Comments

Color spaces of #cc886c

RGB 204136108
HSL0.050.480.61
HSV18°47°80°
CMYK 0.000.330.47   0.20
XYZ36.412831.528418.3538
Yxy31.52840.42200.3654
Hunter Lab56.150217.492619.9250
CIE-Lab62.951222.834125.6423

#cc886c color RGB value is (204,136,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01101100
Octal 314 210 154
Decimal 204 136 108
Hex CC 88 6C

RGB Percentages of Color #cc886c

%45.54
%30.36
%24.11

CMYK Percentages of Color #cc886c

%0
%33
%47
%20

Triadic Colors of #cc886c

#cc886c #6ccc88 #886ccc

Analogous Colors of #cc886c

#cc886c #ccb86c #cc6c80

Monochromatic Colors of #cc886c

#cc886c

Complementary Color

#cc886c #6cb0cc

#cc886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc886c Color CSS Codes

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

#cc886c Text Font Color

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

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


#cc886c Background Color

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

This div background color is #cc886c


#cc886c Border Color

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

This div border color is #cc886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc886c


Comments

No comments written yet.

Please login to write comment.