Color Hex Logo

#cc884e Color Hex

#CC884E
(204,136,78)
0 Favorites   0 Comments

Color spaces of #cc884e

RGB 20413678
HSL0.080.550.55
HSV28°62°80°
CMYK 0.000.330.62   0.20
XYZ35.081130.995711.3415
Yxy30.99570.45310.4004
Hunter Lab55.673815.047126.8935
CIE-Lab62.504020.279641.2495

#cc884e color RGB value is (204,136,78).

#cc884e hex color red value is 204, green value is 136 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc884e hue: 0.08 , saturation: 0.55 and the lightness value of cc884e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01001110
Octal 314 210 116
Decimal 204 136 78
Hex CC 88 4E

RGB Percentages of Color #cc884e

%48.80
%32.54
%18.66

CMYK Percentages of Color #cc884e

%0
%33
%62
%20

Triadic Colors of #cc884e

#cc884e #4ecc88 #884ecc

Analogous Colors of #cc884e

#cc884e #ccc74e #cc4e53

Monochromatic Colors of #cc884e

#cc884e

Complementary Color

#cc884e #4e92cc

#cc884e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc884e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc884e Color CSS Codes

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

#cc884e Text Font Color

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

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


#cc884e Background Color

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

This div background color is #cc884e


#cc884e Border Color

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

This div border color is #cc884e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc884e


Comments

No comments written yet.

Please login to write comment.