#CAC476

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

Shades of Winter Hazel #CAC476

Tints of Winter Hazel #CAC476

Color information

#CAC476 (or 0xCAC476) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 76. RGB value is (202,196,118). Sum of RGB (Red+Green+Blue) = 202+196+118=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC476 is #353B89. Grayscale: #BDBDBD. Windows color (decimal): -3488650 or 7783626. OLE color: 7783626.

HSL color Cylindrical-coordinate representation of color #CAC476: hue angle of 55.71º 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 #CAC476 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202196118-
CMYK00.030.420.21
HSL55.71º44.21%62.75%-
HSV(B)55.71º41.58%79.22%-
XYZ47.3753.3424.94-
YUV188.987.99137.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=39.15%
G=37.98%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219611800.030.420.2155.7144.2162.75
HexCAC476032A15382c3f
Octal312304166035225705477
Binary1100101011000100111011001110101010101111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC476; }

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

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

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

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

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

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

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

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