#CAC573

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

Shades of Winter Hazel #CAC573

Tints of Winter Hazel #CAC573

Color information

#CAC573 (or 0xCAC573) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 73. RGB value is (202,197,115). Sum of RGB (Red+Green+Blue) = 202+197+115=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC573 is #353A8C. Grayscale: #BDBDBD. Windows color (decimal): -3488397 or 7587274. OLE color: 7587274.

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

Color convert

RGB202197115-
CMYK00.020.430.21
HSL56.55º45.08%62.16%-
HSV(B)56.55º43.07%79.22%-
XYZ47.4253.7324.09-
YUV189.1586.16137.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 115 (45.31% from 255) = 22.37%
R=39.30%
G=38.33%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219711500.020.430.2156.5545.0862.16
HexCAC573022B15392d3e
Octal312305163025325715576
Binary1100101011000101111001101010101110101111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC573; }

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

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

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

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

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

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

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

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