#CAC076

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

Shades of Winter Hazel #CAC076

Tints of Winter Hazel #CAC076

Color information

#CAC076 (or 0xCAC076) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 76. RGB value is (202,192,118). Sum of RGB (Red+Green+Blue) = 202+192+118=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC076 is #353F89. Grayscale: #BABABA. Windows color (decimal): -3489674 or 7782602. OLE color: 7782602.

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

Color convert

RGB202192118-
CMYK00.050.420.21
HSL52.86º44.21%62.75%-
HSV(B)52.86º41.58%79.22%-
XYZ46.4851.5624.64-
YUV186.5589.31139.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 23.05%
R=39.45%
G=37.5%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211800.050.420.2152.8644.2162.75
HexCAC076052A15352c3f
Octal312300166055225655477
Binary11001010110000001110110010110101010101110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC076; }

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

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

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

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

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

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

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

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