#CABE8B

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

Shades of Winter Hazel #CABE8B

Tints of Winter Hazel #CABE8B

Color information

#CABE8B (or 0xCABE8B) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 8B. RGB value is (202,190,139). Sum of RGB (Red+Green+Blue) = 202+190+139=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE8B is #354174. Grayscale: #BBBBBB. Windows color (decimal): -3490165 or 9158346. OLE color: 9158346.

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

Color convert

RGB202190139-
CMYK00.060.310.21
HSL48.57º37.28%66.86%-
HSV(B)48.57º31.19%79.22%-
XYZ47.4351.2531.82-
YUV187.77100.48138.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=38.04%
G=35.78%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219013900.060.310.2148.5737.2866.86
HexCABE8B061F15312543
Octal3122762130637256145103
Binary110010101011111010001011011011111101011100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE8B; }

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

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

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

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

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

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

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

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