Shades of Sisal #CABA9D
Tints of Sisal #CABA9D
RGB
CMYK
RGB Variations
Color information
#CABA9D (or 0xCABA9D) is known color: Sisal. HEX triplet: CA, BA and 9D. RGB value is (202,186,157). Sum of RGB (Red+Green+Blue) = 202+186+157=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9D is #354562. Grayscale: #BBBBBB. Windows color (decimal): -3491171 or 10336970. OLE color: 10336970.
HSL color Cylindrical-coordinate representation of color #CABA9D: hue angle of 38.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABA9D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 157 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.21 |
| HSL | 38.67º | 0.3% | 0.7% | - |
| HSV(B) | 38.67º | 0.22% | 0.79% | - |
| XYZ | 48 | 50.11 | 39.04 | - |
| YUV | 187.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 157 | 0 | 0.08 | 0.22 | 0.21 | 38.67 | 0.3 | 0.7 |
| Hex | CA | BA | 9D | 0 | 8 | 16 | 15 | 27 | 1E | 46 |
| Octal | 312 | 272 | 235 | 0 | 10 | 26 | 25 | 47 | 36 | 106 |
| Binary | 11001010 | 10111010 | 10011101 | 0 | 1000 | 10110 | 10101 | 100111 | 11110 | 1000110 |
Color Harmonies of #CABA9D
Complementary color
Monochromatic Colors of #CABA9D
Black with #CABA9D
Text Example
Text Example
White with #CABA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA9D; }
p { color: rgb(202,186,157); }
H1.HeaderClassName
{
color: #CABA9D;
}
.AnyTagClassName
{
color: #CABA9D;
}
</style>
background-color css
<style>
a { background-color: #CABA9D; }
a { background-color: rgb(202,186,157); }
div.DivClassName
{
background-color: #CABA9D;
}
.BgClassName
{
background-color: #CABA9D;
}
</style>
border-color css
<style>
span { border-color: #CABA9D; }
span { border-color: rgb(202,186,157); }
td.TdClassName
{
border-color: #CABA9D;
}
.TagClassName
{
border-color: #CABA9D;
}
</style>