Shades of Sisal #CABA93
Tints of Sisal #CABA93
RGB
CMYK
RGB Variations
Color information
#CABA93 (or 0xCABA93) is known color: Sisal. HEX triplet: CA, BA and 93. RGB value is (202,186,147). Sum of RGB (Red+Green+Blue) = 202+186+147=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA93 is #35456C. Grayscale: #BABABA. Windows color (decimal): -3491181 or 9681610. OLE color: 9681610.
HSL color Cylindrical-coordinate representation of color #CABA93: hue angle of 42.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CABA93 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 147 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.21 |
| HSL | 42.55º | 0.34% | 0.68% | - |
| HSV(B) | 42.55º | 0.27% | 0.79% | - |
| XYZ | 47.18 | 49.78 | 34.73 | - |
| YUV | 186.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 147 | 0 | 0.08 | 0.27 | 0.21 | 42.55 | 0.34 | 0.68 |
| Hex | CA | BA | 93 | 0 | 8 | 1B | 15 | 2B | 22 | 44 |
| Octal | 312 | 272 | 223 | 0 | 10 | 33 | 25 | 53 | 42 | 104 |
| Binary | 11001010 | 10111010 | 10010011 | 0 | 1000 | 11011 | 10101 | 101011 | 100010 | 1000100 |
Color Harmonies of #CABA93
Complementary color
Monochromatic Colors of #CABA93
Black with #CABA93
Text Example
Text Example
White with #CABA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA93; }
p { color: rgb(202,186,147); }
H1.HeaderClassName
{
color: #CABA93;
}
.AnyTagClassName
{
color: #CABA93;
}
</style>
background-color css
<style>
a { background-color: #CABA93; }
a { background-color: rgb(202,186,147); }
div.DivClassName
{
background-color: #CABA93;
}
.BgClassName
{
background-color: #CABA93;
}
</style>
border-color css
<style>
span { border-color: #CABA93; }
span { border-color: rgb(202,186,147); }
td.TdClassName
{
border-color: #CABA93;
}
.TagClassName
{
border-color: #CABA93;
}
</style>