#CAC289

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

Shades of Winter Hazel #CAC289

Tints of Winter Hazel #CAC289

Color information

#CAC289 (or 0xCAC289) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 89. RGB value is (202,194,137). Sum of RGB (Red+Green+Blue) = 202+194+137=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC289 is #353D76. Grayscale: #BEBEBE. Windows color (decimal): -3489143 or 9028298. OLE color: 9028298.

HSL color Cylindrical-coordinate representation of color #CAC289: hue angle of 52.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC289 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202194137-
CMYK00.040.320.21
HSL52.62º38.01%66.47%-
HSV(B)52.62º32.18%79.22%-
XYZ48.1652.9531.35-
YUV189.8998.15136.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=37.90%
G=36.40%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219413700.040.320.2152.6238.0166.47
HexCAC289042015352642
Octal3123022110440256546102
Binary1100101011000010100010010100100000101011101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC289; }

 p { color: rgb(202,194,137); }

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

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

 a { background-color: rgb(202,194,137); }

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

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

 span { border-color: rgb(202,194,137); }

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