Color Hex Logo

#cca079 Color Hex

#CCA079
(204,160,121)
0 Favorites   0 Comments

Color spaces of #cca079

RGB 204160121
HSL0.080.450.64
HSV28°41°80°
CMYK 0.000.220.41   0.20
XYZ40.923839.359523.5294
Yxy39.35950.39420.3791
Hunter Lab62.73726.646621.6794
CIE-Lab69.010911.130826.5523

#cca079 color RGB value is (204,160,121).

#cca079 hex color red value is 204, green value is 160 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cca079 hue: 0.08 , saturation: 0.45 and the lightness value of cca079 is 0.64.

The process color (four color CMYK) of #cca079 color hex is 0.00, 0.22, 0.41, 0.20. Web safe color of #cca079 is #cc9966. Color #cca079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 01111001
Octal 314 240 171
Decimal 204 160 121
Hex CC A0 79

RGB Percentages of Color #cca079

%42.06
%32.99
%24.95

CMYK Percentages of Color #cca079

%0
%22
%41
%20

Triadic Colors of #cca079

#cca079 #79cca0 #a079cc

Analogous Colors of #cca079

#cca079 #ccca79 #cc797c

Monochromatic Colors of #cca079

#cca079

Complementary Color

#cca079 #79a5cc

#cca079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca079 Color CSS Codes

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

#cca079 Text Font Color

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

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


#cca079 Background Color

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

This div background color is #cca079


#cca079 Border Color

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

This div border color is #cca079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca079


Comments

No comments written yet.

Please login to write comment.