#CABF9C

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

Shades of Sisal #CABF9C

Tints of Sisal #CABF9C

Color information

#CABF9C (or 0xCABF9C) is unknown color: approx Sisal. HEX triplet: CA, BF and 9C. RGB value is (202,191,156). Sum of RGB (Red+Green+Blue) = 202+191+156=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF9C is #354063. Grayscale: #BEBEBE. Windows color (decimal): -3489892 or 10272714. OLE color: 10272714.

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

Color convert

RGB202191156-
CMYK00.050.230.21
HSL45.65º30.26%70.2%-
HSV(B)45.65º22.77%79.22%-
XYZ48.9952.2238.95-
YUV190.3108.64136.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=36.79%
G=34.79%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219115600.050.230.2145.6530.2670.2
HexCABF9C0517152e1e46
Octal3122772340527255636106
Binary11001010101111111001110001011011110101101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF9C; }

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

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

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

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

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

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

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

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