Shades of Sisal #CABB9F
Tints of Sisal #CABB9F
RGB
CMYK
RGB Variations
Color information
#CABB9F (or 0xCABB9F) is known color: Sisal. HEX triplet: CA, BB and 9F. RGB value is (202,187,159). Sum of RGB (Red+Green+Blue) = 202+187+159=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB9F is #354460. Grayscale: #BCBCBC. Windows color (decimal): -3490913 or 10468298. OLE color: 10468298.
HSL color Cylindrical-coordinate representation of color #CABB9F: hue angle of 39.07º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABB9F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 159 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.21 |
| HSL | 39.07º | 0.29% | 0.71% | - |
| HSV(B) | 39.07º | 0.21% | 0.79% | - |
| XYZ | 48.39 | 50.6 | 40.02 | - |
| YUV | 188.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 159 | 0 | 0.07 | 0.21 | 0.21 | 39.07 | 0.29 | 0.71 |
| Hex | CA | BB | 9F | 0 | 7 | 15 | 15 | 27 | 1D | 47 |
| Octal | 312 | 273 | 237 | 0 | 7 | 25 | 25 | 47 | 35 | 107 |
| Binary | 11001010 | 10111011 | 10011111 | 0 | 111 | 10101 | 10101 | 100111 | 11101 | 1000111 |
Color Harmonies of #CABB9F
Complementary color
Monochromatic Colors of #CABB9F
Black with #CABB9F
Text Example
Text Example
White with #CABB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB9F; }
p { color: rgb(202,187,159); }
H1.HeaderClassName
{
color: #CABB9F;
}
.AnyTagClassName
{
color: #CABB9F;
}
</style>
background-color css
<style>
a { background-color: #CABB9F; }
a { background-color: rgb(202,187,159); }
div.DivClassName
{
background-color: #CABB9F;
}
.BgClassName
{
background-color: #CABB9F;
}
</style>
border-color css
<style>
span { border-color: #CABB9F; }
span { border-color: rgb(202,187,159); }
td.TdClassName
{
border-color: #CABB9F;
}
.TagClassName
{
border-color: #CABB9F;
}
</style>