Color Hex Logo

#cca06b Color Hex

#CCA06B
(204,160,107)
0 Favorites   0 Comments

Color spaces of #cca06b

RGB 204160107
HSL0.090.490.61
HSV33°48°80°
CMYK 0.000.220.48   0.20
XYZ40.126539.040519.3306
Yxy39.04050.40740.3964
Hunter Lab62.48245.289425.3947
CIE-Lab68.78069.655433.7669

#cca06b color RGB value is (204,160,107).

#cca06b hex color red value is 204, green value is 160 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cca06b hue: 0.09 , saturation: 0.49 and the lightness value of cca06b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 01101011
Octal 314 240 153
Decimal 204 160 107
Hex CC A0 6B

RGB Percentages of Color #cca06b

%43.31
%33.97
%22.72

CMYK Percentages of Color #cca06b

%0
%22
%48
%20

Triadic Colors of #cca06b

#cca06b #6bcca0 #a06bcc

Analogous Colors of #cca06b

#cca06b #c8cc6b #cc706b

Monochromatic Colors of #cca06b

#cca06b

Complementary Color

#cca06b #6b97cc

#cca06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca06b Color CSS Codes

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

#cca06b Text Font Color

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

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


#cca06b Background Color

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

This div background color is #cca06b


#cca06b Border Color

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

This div border color is #cca06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca06b


Comments

No comments written yet.

Please login to write comment.