#CAC286

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

Shades of Winter Hazel #CAC286

Tints of Winter Hazel #CAC286

Color information

#CAC286 (or 0xCAC286) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 86. RGB value is (202,194,134). Sum of RGB (Red+Green+Blue) = 202+194+134=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC286 is #353D79. Grayscale: #BDBDBD. Windows color (decimal): -3489146 or 8831690. OLE color: 8831690.

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

Color convert

RGB202194134-
CMYK00.040.340.21
HSL52.94º39.08%65.88%-
HSV(B)52.94º33.66%79.22%-
XYZ47.9552.8630.23-
YUV189.5596.65136.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=38.11%
G=36.60%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219413400.040.340.2152.9439.0865.88
HexCAC286042215352742
Octal3123022060442256547102
Binary1100101011000010100001100100100010101011101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC286; }

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

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

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

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

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

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

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

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