#CABE8E

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

Shades of Winter Hazel #CABE8E

Tints of Winter Hazel #CABE8E

Color information

#CABE8E (or 0xCABE8E) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 8E. RGB value is (202,190,142). Sum of RGB (Red+Green+Blue) = 202+190+142=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE8E is #354171. Grayscale: #BCBCBC. Windows color (decimal): -3490162 or 9354954. OLE color: 9354954.

HSL color Cylindrical-coordinate representation of color #CABE8E: hue angle of 48º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABE8E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202190142-
CMYK00.060.300.21
HSL48º36.14%67.45%-
HSV(B)48º29.7%79.22%-
XYZ47.6551.3432.99-
YUV188.12101.98137.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=37.83%
G=35.58%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219014200.060.300.214836.1467.45
HexCABE8E061E15302443
Octal3122762160636256044103
Binary110010101011111010001110011011110101011100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE8E; }

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

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

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

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

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

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

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

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