Shades of Sisal #CABA9B
Tints of Sisal #CABA9B
RGB
CMYK
RGB Variations
Color information
#CABA9B (or 0xCABA9B) is known color: Sisal. HEX triplet: CA, BA and 9B. RGB value is (202,186,155). Sum of RGB (Red+Green+Blue) = 202+186+155=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9B is #354564. Grayscale: #BBBBBB. Windows color (decimal): -3491173 or 10205898. OLE color: 10205898.
HSL color Cylindrical-coordinate representation of color #CABA9B: hue angle of 39.57º degrees, saturation: 0.31, 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 #CABA9B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 155 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.21 |
| HSL | 39.57º | 0.31% | 0.7% | - |
| HSV(B) | 39.57º | 0.23% | 0.79% | - |
| XYZ | 47.83 | 50.04 | 38.15 | - |
| YUV | 187.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 155 | 0 | 0.08 | 0.23 | 0.21 | 39.57 | 0.31 | 0.7 |
| Hex | CA | BA | 9B | 0 | 8 | 17 | 15 | 28 | 1F | 46 |
| Octal | 312 | 272 | 233 | 0 | 10 | 27 | 25 | 50 | 37 | 106 |
| Binary | 11001010 | 10111010 | 10011011 | 0 | 1000 | 10111 | 10101 | 101000 | 11111 | 1000110 |
Color Harmonies of #CABA9B
Complementary color
Monochromatic Colors of #CABA9B
Black with #CABA9B
Text Example
Text Example
White with #CABA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA9B; }
p { color: rgb(202,186,155); }
H1.HeaderClassName
{
color: #CABA9B;
}
.AnyTagClassName
{
color: #CABA9B;
}
</style>
background-color css
<style>
a { background-color: #CABA9B; }
a { background-color: rgb(202,186,155); }
div.DivClassName
{
background-color: #CABA9B;
}
.BgClassName
{
background-color: #CABA9B;
}
</style>
border-color css
<style>
span { border-color: #CABA9B; }
span { border-color: rgb(202,186,155); }
td.TdClassName
{
border-color: #CABA9B;
}
.TagClassName
{
border-color: #CABA9B;
}
</style>