Color Hex Logo

#cca04c Color Hex

#CCA04C
(204,160,76)
0 Favorites   0 Comments

Color spaces of #cca04c

RGB 20416076
HSL0.110.560.55
HSV39°63°80°
CMYK 0.000.220.63   0.20
XYZ38.777238.500812.2251
Yxy38.50080.43320.4302
Hunter Lab62.04902.966931.7528
CIE-Lab68.38817.094849.0115

#cca04c color RGB value is (204,160,76).

#cca04c hex color red value is 204, green value is 160 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cca04c hue: 0.11 , saturation: 0.56 and the lightness value of cca04c is 0.55.

The process color (four color CMYK) of #cca04c color hex is 0.00, 0.22, 0.63, 0.20. Web safe color of #cca04c is #cc9933. Color #cca04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 01001100
Octal 314 240 114
Decimal 204 160 76
Hex CC A0 4C

RGB Percentages of Color #cca04c

%46.36
%36.36
%17.27

CMYK Percentages of Color #cca04c

%0
%22
%63
%20

Triadic Colors of #cca04c

#cca04c #4ccca0 #a04ccc

Analogous Colors of #cca04c

#cca04c #b8cc4c #cc604c

Monochromatic Colors of #cca04c

#cca04c

Complementary Color

#cca04c #4c78cc

#cca04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca04c Color CSS Codes

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

#cca04c Text Font Color

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

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


#cca04c Background Color

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

This div background color is #cca04c


#cca04c Border Color

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

This div border color is #cca04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca04c


Comments

No comments written yet.

Please login to write comment.