Color Hex Logo

#cca15a Color Hex

#CCA15A
(204,161,90)
0 Favorites   0 Comments

Color spaces of #cca15a

RGB 20416190
HSL0.100.530.58
HSV37°56°80°
CMYK 0.000.210.56   0.20
XYZ39.492239.065315.1318
Yxy39.06530.42150.4170
Hunter Lab62.50223.406829.3975
CIE-Lab68.79857.591142.6091

#cca15a color RGB value is (204,161,90).

#cca15a hex color red value is 204, green value is 161 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cca15a hue: 0.10 , saturation: 0.53 and the lightness value of cca15a is 0.58.

The process color (four color CMYK) of #cca15a color hex is 0.00, 0.21, 0.56, 0.20. Web safe color of #cca15a is #cc9966. Color #cca15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 01011010
Octal 314 241 132
Decimal 204 161 90
Hex CC A1 5A

RGB Percentages of Color #cca15a

%44.84
%35.38
%19.78

CMYK Percentages of Color #cca15a

%0
%21
%56
%20

Triadic Colors of #cca15a

#cca15a #5acca1 #a15acc

Analogous Colors of #cca15a

#cca15a #becc5a #cc685a

Monochromatic Colors of #cca15a

#cca15a

Complementary Color

#cca15a #5a85cc

#cca15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca15a Color CSS Codes

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

#cca15a Text Font Color

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

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


#cca15a Background Color

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

This div background color is #cca15a


#cca15a Border Color

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

This div border color is #cca15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca15a


Comments

No comments written yet.

Please login to write comment.