#CABF8B

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

Shades of Winter Hazel #CABF8B

Tints of Winter Hazel #CABF8B

Color information

#CABF8B (or 0xCABF8B) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 8B. RGB value is (202,191,139). Sum of RGB (Red+Green+Blue) = 202+191+139=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF8B is #354074. Grayscale: #BCBCBC. Windows color (decimal): -3489909 or 9158602. OLE color: 9158602.

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

Color convert

RGB202191139-
CMYK00.050.310.21
HSL49.52º37.28%66.86%-
HSV(B)49.52º31.19%79.22%-
XYZ47.6551.6831.89-
YUV188.36100.14137.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=37.97%
G=35.90%
B=26.13%

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
Decimal20219113900.050.310.2149.5237.2866.86
HexCABF8B051F15322543
Octal3122772130537256245103
Binary110010101011111110001011010111111101011100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF8B; }

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

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

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

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

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

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

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

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