Color Hex Logo

#cca573 Color Hex

#CCA573
(204,165,115)
0 Favorites   0 Comments

Color spaces of #cca573

RGB 204165115
HSL0.090.470.63
HSV34°44°80°
CMYK 0.000.190.44   0.20
XYZ41.451540.985421.9459
Yxy40.98540.39710.3926
Hunter Lab64.01983.540324.4894
CIE-Lab70.16577.769031.2985

#cca573 color RGB value is (204,165,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 01110011
Octal 314 245 163
Decimal 204 165 115
Hex CC A5 73

RGB Percentages of Color #cca573

%42.15
%34.09
%23.76

CMYK Percentages of Color #cca573

%0
%19
%44
%20

Triadic Colors of #cca573

#cca573 #73cca5 #a573cc

Analogous Colors of #cca573

#cca573 #c7cc73 #cc7973

Monochromatic Colors of #cca573

#cca573

Complementary Color

#cca573 #739acc

#cca573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca573 Color CSS Codes

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

#cca573 Text Font Color

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

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


#cca573 Background Color

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

This div background color is #cca573


#cca573 Border Color

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

This div border color is #cca573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca573

#cca573 Color Palettes


Comments

No comments written yet.

Please login to write comment.