Shades of Sisal #CABB9A
Tints of Sisal #CABB9A
RGB
CMYK
RGB Variations
Color information
#CABB9A (or 0xCABB9A) is known color: Sisal. HEX triplet: CA, BB and 9A. RGB value is (202,187,154). Sum of RGB (Red+Green+Blue) = 202+187+154=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB9A is #354465. Grayscale: #BBBBBB. Windows color (decimal): -3490918 or 10140618. OLE color: 10140618.
HSL color Cylindrical-coordinate representation of color #CABB9A: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABB9A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 154 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.21 |
| HSL | 41.25º | 0.31% | 0.7% | - |
| HSV(B) | 41.25º | 0.24% | 0.79% | - |
| XYZ | 47.96 | 50.43 | 37.78 | - |
| YUV | 187.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 154 | 0 | 0.07 | 0.24 | 0.21 | 41.25 | 0.31 | 0.7 |
| Hex | CA | BB | 9A | 0 | 7 | 18 | 15 | 29 | 1F | 46 |
| Octal | 312 | 273 | 232 | 0 | 7 | 30 | 25 | 51 | 37 | 106 |
| Binary | 11001010 | 10111011 | 10011010 | 0 | 111 | 11000 | 10101 | 101001 | 11111 | 1000110 |
Color Harmonies of #CABB9A
Complementary color
Monochromatic Colors of #CABB9A
Black with #CABB9A
Text Example
Text Example
White with #CABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB9A; }
p { color: rgb(202,187,154); }
H1.HeaderClassName
{
color: #CABB9A;
}
.AnyTagClassName
{
color: #CABB9A;
}
</style>
background-color css
<style>
a { background-color: #CABB9A; }
a { background-color: rgb(202,187,154); }
div.DivClassName
{
background-color: #CABB9A;
}
.BgClassName
{
background-color: #CABB9A;
}
</style>
border-color css
<style>
span { border-color: #CABB9A; }
span { border-color: rgb(202,187,154); }
td.TdClassName
{
border-color: #CABB9A;
}
.TagClassName
{
border-color: #CABB9A;
}
</style>