Shades of Sisal #CABA9A
Tints of Sisal #CABA9A
RGB
CMYK
RGB Variations
Color information
#CABA9A (or 0xCABA9A) is known color: Sisal. HEX triplet: CA, BA and 9A. RGB value is (202,186,154). Sum of RGB (Red+Green+Blue) = 202+186+154=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9A is #354565. Grayscale: #BBBBBB. Windows color (decimal): -3491174 or 10140362. OLE color: 10140362.
HSL color Cylindrical-coordinate representation of color #CABA9A: hue angle of 40º 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 #CABA9A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 154 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.21 |
| HSL | 40º | 0.31% | 0.7% | - |
| HSV(B) | 40º | 0.24% | 0.79% | - |
| XYZ | 47.75 | 50.01 | 37.71 | - |
| YUV | 187.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 154 | 0 | 0.08 | 0.24 | 0.21 | 40 | 0.31 | 0.7 |
| Hex | CA | BA | 9A | 0 | 8 | 18 | 15 | 28 | 1F | 46 |
| Octal | 312 | 272 | 232 | 0 | 10 | 30 | 25 | 50 | 37 | 106 |
| Binary | 11001010 | 10111010 | 10011010 | 0 | 1000 | 11000 | 10101 | 101000 | 11111 | 1000110 |
Color Harmonies of #CABA9A
Complementary color
Monochromatic Colors of #CABA9A
Black with #CABA9A
Text Example
Text Example
White with #CABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA9A; }
p { color: rgb(202,186,154); }
H1.HeaderClassName
{
color: #CABA9A;
}
.AnyTagClassName
{
color: #CABA9A;
}
</style>
background-color css
<style>
a { background-color: #CABA9A; }
a { background-color: rgb(202,186,154); }
div.DivClassName
{
background-color: #CABA9A;
}
.BgClassName
{
background-color: #CABA9A;
}
</style>
border-color css
<style>
span { border-color: #CABA9A; }
span { border-color: rgb(202,186,154); }
td.TdClassName
{
border-color: #CABA9A;
}
.TagClassName
{
border-color: #CABA9A;
}
</style>