#CAC073

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

Shades of Winter Hazel #CAC073

Tints of Winter Hazel #CAC073

Color information

#CAC073 (or 0xCAC073) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 73. RGB value is (202,192,115). Sum of RGB (Red+Green+Blue) = 202+192+115=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC073 is #353F8C. Grayscale: #BABABA. Windows color (decimal): -3489677 or 7585994. OLE color: 7585994.

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

Color convert

RGB202192115-
CMYK00.050.430.21
HSL53.1º45.08%62.16%-
HSV(B)53.1º43.07%79.22%-
XYZ46.351.4923.72-
YUV186.2187.81139.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 115 (45.31% from 255) = 22.59%
R=39.69%
G=37.72%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211500.050.430.2153.145.0862.16
HexCAC073052B15352d3e
Octal312300163055325655576
Binary11001010110000001110011010110101110101110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC073; }

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

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

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

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

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

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

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

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