Shades of Sisal #CABA9C
Tints of Sisal #CABA9C
RGB
CMYK
RGB Variations
Color information
#CABA9C (or 0xCABA9C) is known color: Sisal. HEX triplet: CA, BA and 9C. RGB value is (202,186,156). Sum of RGB (Red+Green+Blue) = 202+186+156=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9C is #354563. Grayscale: #BBBBBB. Windows color (decimal): -3491172 or 10271434. OLE color: 10271434.
HSL color Cylindrical-coordinate representation of color #CABA9C: hue angle of 39.13º degrees, saturation: 0.3, 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 #CABA9C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 156 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.21 |
| HSL | 39.13º | 0.3% | 0.7% | - |
| HSV(B) | 39.13º | 0.23% | 0.79% | - |
| XYZ | 47.92 | 50.07 | 38.59 | - |
| YUV | 187.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 156 | 0 | 0.08 | 0.23 | 0.21 | 39.13 | 0.3 | 0.7 |
| Hex | CA | BA | 9C | 0 | 8 | 17 | 15 | 27 | 1E | 46 |
| Octal | 312 | 272 | 234 | 0 | 10 | 27 | 25 | 47 | 36 | 106 |
| Binary | 11001010 | 10111010 | 10011100 | 0 | 1000 | 10111 | 10101 | 100111 | 11110 | 1000110 |
Color Harmonies of #CABA9C
Complementary color
Monochromatic Colors of #CABA9C
Black with #CABA9C
Text Example
Text Example
White with #CABA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA9C; }
p { color: rgb(202,186,156); }
H1.HeaderClassName
{
color: #CABA9C;
}
.AnyTagClassName
{
color: #CABA9C;
}
</style>
background-color css
<style>
a { background-color: #CABA9C; }
a { background-color: rgb(202,186,156); }
div.DivClassName
{
background-color: #CABA9C;
}
.BgClassName
{
background-color: #CABA9C;
}
</style>
border-color css
<style>
span { border-color: #CABA9C; }
span { border-color: rgb(202,186,156); }
td.TdClassName
{
border-color: #CABA9C;
}
.TagClassName
{
border-color: #CABA9C;
}
</style>