Shades of Sisal #CABA99
Tints of Sisal #CABA99
RGB
CMYK
RGB Variations
Color information
#CABA99 (or 0xCABA99) is known color: Sisal. HEX triplet: CA, BA and 99. RGB value is (202,186,153). Sum of RGB (Red+Green+Blue) = 202+186+153=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA99 is #354566. Grayscale: #BBBBBB. Windows color (decimal): -3491175 or 10074826. OLE color: 10074826.
HSL color Cylindrical-coordinate representation of color #CABA99: hue angle of 40.41º degrees, saturation: 0.32, 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 #CABA99 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 153 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.21 |
| HSL | 40.41º | 0.32% | 0.7% | - |
| HSV(B) | 40.41º | 0.24% | 0.79% | - |
| XYZ | 47.67 | 49.97 | 37.27 | - |
| YUV | 187.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 153 | 0 | 0.08 | 0.24 | 0.21 | 40.41 | 0.32 | 0.7 |
| Hex | CA | BA | 99 | 0 | 8 | 18 | 15 | 28 | 20 | 46 |
| Octal | 312 | 272 | 231 | 0 | 10 | 30 | 25 | 50 | 40 | 106 |
| Binary | 11001010 | 10111010 | 10011001 | 0 | 1000 | 11000 | 10101 | 101000 | 100000 | 1000110 |
Color Harmonies of #CABA99
Complementary color
Monochromatic Colors of #CABA99
Black with #CABA99
Text Example
Text Example
White with #CABA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA99; }
p { color: rgb(202,186,153); }
H1.HeaderClassName
{
color: #CABA99;
}
.AnyTagClassName
{
color: #CABA99;
}
</style>
background-color css
<style>
a { background-color: #CABA99; }
a { background-color: rgb(202,186,153); }
div.DivClassName
{
background-color: #CABA99;
}
.BgClassName
{
background-color: #CABA99;
}
</style>
border-color css
<style>
span { border-color: #CABA99; }
span { border-color: rgb(202,186,153); }
td.TdClassName
{
border-color: #CABA99;
}
.TagClassName
{
border-color: #CABA99;
}
</style>