Color Hex Logo

#cca370 Color Hex

#CCA370
(204,163,112)
0 Favorites   0 Comments

Color spaces of #cca370

RGB 204163112
HSL0.090.470.62
HSV33°45°80°
CMYK 0.000.200.45   0.20
XYZ40.923740.201620.9320
Yxy40.20160.40100.3939
Hunter Lab63.40474.252124.8097
CIE-Lab69.61298.535732.1798

#cca370 color RGB value is (204,163,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 01110000
Octal 314 243 160
Decimal 204 163 112
Hex CC A3 70

RGB Percentages of Color #cca370

%42.59
%34.03
%23.38

CMYK Percentages of Color #cca370

%0
%20
%45
%20

Triadic Colors of #cca370

#cca370 #70cca3 #a370cc

Analogous Colors of #cca370

#cca370 #c7cc70 #cc7570

Monochromatic Colors of #cca370

#cca370

Complementary Color

#cca370 #7099cc

#cca370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca370 Color CSS Codes

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

#cca370 Text Font Color

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

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


#cca370 Background Color

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

This div background color is #cca370


#cca370 Border Color

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

This div border color is #cca370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca370


Comments

No comments written yet.

Please login to write comment.