#CABF8C

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

Shades of Winter Hazel #CABF8C

Tints of Winter Hazel #CABF8C

Color information

#CABF8C (or 0xCABF8C) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 8C. RGB value is (202,191,140). Sum of RGB (Red+Green+Blue) = 202+191+140=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF8C is #354073. Grayscale: #BCBCBC. Windows color (decimal): -3489908 or 9224138. OLE color: 9224138.

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

Color convert

RGB202191140-
CMYK00.050.310.21
HSL49.35º36.9%67.06%-
HSV(B)49.35º30.69%79.22%-
XYZ47.7251.7132.28-
YUV188.48100.64137.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=37.90%
G=35.83%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219114000.050.310.2149.3536.967.06
HexCABF8C051F15312543
Octal3122772140537256145103
Binary110010101011111110001100010111111101011100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF8C; }

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

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

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

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

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

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

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

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