Color Hex Logo

#cc886d Color Hex

#CC886D
(204,136,109)
0 Favorites   0 Comments

Color spaces of #cc886d

RGB 204136109
HSL0.050.480.61
HSV17°47°80°
CMYK 0.000.330.47   0.20
XYZ36.466331.549818.6357
Yxy31.54980.42080.3641
Hunter Lab56.169217.590119.6473
CIE-Lab62.969022.934925.1103

#cc886d color RGB value is (204,136,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01101101
Octal 314 210 155
Decimal 204 136 109
Hex CC 88 6D

RGB Percentages of Color #cc886d

%45.43
%30.29
%24.28

CMYK Percentages of Color #cc886d

%0
%33
%47
%20

Triadic Colors of #cc886d

#cc886d #6dcc88 #886dcc

Analogous Colors of #cc886d

#cc886d #ccb86d #cc6d82

Monochromatic Colors of #cc886d

#cc886d

Complementary Color

#cc886d #6db1cc

#cc886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc886d Color CSS Codes

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

#cc886d Text Font Color

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

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


#cc886d Background Color

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

This div background color is #cc886d


#cc886d Border Color

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

This div border color is #cc886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc886d


Comments

No comments written yet.

Please login to write comment.