#CAC077

Color #CAC077 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CAC077

Tints of Winter Hazel #CAC077

Color information

#CAC077 (or 0xCAC077) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 77. RGB value is (202,192,119). Sum of RGB (Red+Green+Blue) = 202+192+119=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC077 is #353F88. Grayscale: #BABABA. Windows color (decimal): -3489673 or 7848138. OLE color: 7848138.

HSL color Cylindrical-coordinate representation of color #CAC077: hue angle of 52.77º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC077 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202192119-
CMYK00.050.410.21
HSL52.77º43.92%62.94%-
HSV(B)52.77º41.09%79.22%-
XYZ46.5451.5924.96-
YUV186.6789.81138.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=39.38%
G=37.43%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211900.050.410.2152.7743.9262.94
HexCAC077052915352c3f
Octal312300167055125655477
Binary11001010110000001110111010110100110101110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC077; }

 p { color: rgb(202,192,119); }

 H1.HeaderClassName
 {
   color: #CAC077;
 }
 .AnyTagClassName
 {
   color: #CAC077;
 }
</style>
background-color css

<style>
 a { background-color: #CAC077; }

 a { background-color: rgb(202,192,119); }

 div.DivClassName
 {
   background-color: #CAC077;
 }
 .BgClassName
 {
   background-color: #CAC077;
 }
</style>
border-color css

<style>
 span { border-color: #CAC077; }

 span { border-color: rgb(202,192,119); }

 td.TdClassName
 {
   border-color: #CAC077;
 }
 .TagClassName
 {
   border-color: #CAC077;
 }
</style>