#CAC386

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

Shades of Winter Hazel #CAC386

Tints of Winter Hazel #CAC386

Color information

#CAC386 (or 0xCAC386) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 86. RGB value is (202,195,134). Sum of RGB (Red+Green+Blue) = 202+195+134=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC386 is #353C79. Grayscale: #BEBEBE. Windows color (decimal): -3488890 or 8831946. OLE color: 8831946.

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

Color convert

RGB202195134-
CMYK00.030.340.21
HSL53.82º39.08%65.88%-
HSV(B)53.82º33.66%79.22%-
XYZ48.1853.3130.3-
YUV190.1496.32136.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=38.04%
G=36.72%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219513400.030.340.2153.8239.0865.88
HexCAC386032215362742
Octal3123032060342256647102
Binary110010101100001110000110011100010101011101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC386; }

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

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

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

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

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

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

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

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