#CAC489

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

Shades of Winter Hazel #CAC489

Tints of Winter Hazel #CAC489

Color information

#CAC489 (or 0xCAC489) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 89. RGB value is (202,196,137). Sum of RGB (Red+Green+Blue) = 202+196+137=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC489 is #353B76. Grayscale: #BFBFBF. Windows color (decimal): -3488631 or 9028810. OLE color: 9028810.

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

Color convert

RGB202196137-
CMYK00.030.320.21
HSL54.46º38.01%66.47%-
HSV(B)54.46º32.18%79.22%-
XYZ48.6153.8431.5-
YUV191.0797.49135.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 137 (53.91% from 255) = 25.61%
R=37.76%
G=36.64%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219613700.030.320.2154.4638.0166.47
HexCAC489032015362642
Octal3123042110340256646102
Binary110010101100010010001001011100000101011101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC489; }

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

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

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

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

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

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

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

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