Shades of Sisal #CABB98
Tints of Sisal #CABB98
RGB
CMYK
RGB Variations
Color information
#CABB98 (or 0xCABB98) is known color: Sisal. HEX triplet: CA, BB and 98. RGB value is (202,187,152). Sum of RGB (Red+Green+Blue) = 202+187+152=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB98 is #354467. Grayscale: #BBBBBB. Windows color (decimal): -3490920 or 10009546. OLE color: 10009546.
HSL color Cylindrical-coordinate representation of color #CABB98: hue angle of 42º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABB98 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 152 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.21 |
| HSL | 42º | 0.32% | 0.69% | - |
| HSV(B) | 42º | 0.25% | 0.79% | - |
| XYZ | 47.79 | 50.36 | 36.91 | - |
| YUV | 187.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 152 | 0 | 0.07 | 0.25 | 0.21 | 42 | 0.32 | 0.69 |
| Hex | CA | BB | 98 | 0 | 7 | 19 | 15 | 2A | 20 | 45 |
| Octal | 312 | 273 | 230 | 0 | 7 | 31 | 25 | 52 | 40 | 105 |
| Binary | 11001010 | 10111011 | 10011000 | 0 | 111 | 11001 | 10101 | 101010 | 100000 | 1000101 |
Color Harmonies of #CABB98
Complementary color
Monochromatic Colors of #CABB98
Black with #CABB98
Text Example
Text Example
White with #CABB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB98; }
p { color: rgb(202,187,152); }
H1.HeaderClassName
{
color: #CABB98;
}
.AnyTagClassName
{
color: #CABB98;
}
</style>
background-color css
<style>
a { background-color: #CABB98; }
a { background-color: rgb(202,187,152); }
div.DivClassName
{
background-color: #CABB98;
}
.BgClassName
{
background-color: #CABB98;
}
</style>
border-color css
<style>
span { border-color: #CABB98; }
span { border-color: rgb(202,187,152); }
td.TdClassName
{
border-color: #CABB98;
}
.TagClassName
{
border-color: #CABB98;
}
</style>