#CAC373

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

Shades of Winter Hazel #CAC373

Tints of Winter Hazel #CAC373

Color information

#CAC373 (or 0xCAC373) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 73. RGB value is (202,195,115). Sum of RGB (Red+Green+Blue) = 202+195+115=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC373 is #353C8C. Grayscale: #BCBCBC. Windows color (decimal): -3488909 or 7586762. OLE color: 7586762.

HSL color Cylindrical-coordinate representation of color #CAC373: hue angle of 55.17º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAC373 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202195115-
CMYK00.030.430.21
HSL55.17º45.08%62.16%-
HSV(B)55.17º43.07%79.22%-
XYZ46.9752.8223.94-
YUV187.9786.82138-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=39.45%
G=38.09%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219511500.030.430.2155.1745.0862.16
HexCAC373032B15372d3e
Octal312303163035325675576
Binary1100101011000011111001101110101110101110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC373; }

 p { color: rgb(202,195,115); }

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

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

 a { background-color: rgb(202,195,115); }

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

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

 span { border-color: rgb(202,195,115); }

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