#CABF87

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

Shades of Winter Hazel #CABF87

Tints of Winter Hazel #CABF87

Color information

#CABF87 (or 0xCABF87) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 87. RGB value is (202,191,135). Sum of RGB (Red+Green+Blue) = 202+191+135=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF87 is #354078. Grayscale: #BCBCBC. Windows color (decimal): -3489913 or 8896458. OLE color: 8896458.

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

Color convert

RGB202191135-
CMYK00.050.330.21
HSL50.15º38.73%66.08%-
HSV(B)50.15º33.17%79.22%-
XYZ47.3651.5730.38-
YUV187.998.14138.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=38.26%
G=36.17%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219113500.050.330.2150.1538.7366.08
HexCABF87052115322742
Octal3122772070541256247102
Binary1100101010111111100001110101100001101011100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF87; }

 p { color: rgb(202,191,135); }

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

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

 a { background-color: rgb(202,191,135); }

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

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

 span { border-color: rgb(202,191,135); }

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