Color Hex Logo

#cca372 Color Hex

#CCA372
(204,163,114)
0 Favorites   0 Comments

Color spaces of #cca372

RGB 204163114
HSL0.090.470.62
HSV33°44°80°
CMYK 0.000.200.44   0.20
XYZ41.036340.246721.5251
Yxy40.24670.39920.3915
Hunter Lab63.44034.442124.2913
CIE-Lab69.64498.743731.1549

#cca372 color RGB value is (204,163,114).

#cca372 hex color red value is 204, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cca372 hue: 0.09 , saturation: 0.47 and the lightness value of cca372 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 01110010
Octal 314 243 162
Decimal 204 163 114
Hex CC A3 72

RGB Percentages of Color #cca372

%42.41
%33.89
%23.70

CMYK Percentages of Color #cca372

%0
%20
%44
%20

Triadic Colors of #cca372

#cca372 #72cca3 #a372cc

Analogous Colors of #cca372

#cca372 #c8cc72 #cc7672

Monochromatic Colors of #cca372

#cca372

Complementary Color

#cca372 #729bcc

#cca372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca372 Color CSS Codes

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

#cca372 Text Font Color

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

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


#cca372 Background Color

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

This div background color is #cca372


#cca372 Border Color

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

This div border color is #cca372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca372


Comments

No comments written yet.

Please login to write comment.