#CABE86

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

Shades of Winter Hazel #CABE86

Tints of Winter Hazel #CABE86

Color information

#CABE86 (or 0xCABE86) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 86. RGB value is (202,190,134). Sum of RGB (Red+Green+Blue) = 202+190+134=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE86 is #354179. Grayscale: #BBBBBB. Windows color (decimal): -3490170 or 8830666. OLE color: 8830666.

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

Color convert

RGB202190134-
CMYK00.060.340.21
HSL49.41º39.08%65.88%-
HSV(B)49.41º33.66%79.22%-
XYZ47.0751.129.94-
YUV187.297.98138.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=38.40%
G=36.12%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219013400.060.340.2149.4139.0865.88
HexCABE86062215312742
Octal3122762060642256147102
Binary1100101010111110100001100110100010101011100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE86; }

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

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

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

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

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

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

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

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