Shades of Sisal #CABA92
Tints of Sisal #CABA92
RGB
CMYK
RGB Variations
Color information
#CABA92 (or 0xCABA92) is known color: Sisal. HEX triplet: CA, BA and 92. RGB value is (202,186,146). Sum of RGB (Red+Green+Blue) = 202+186+146=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA92 is #35456D. Grayscale: #BABABA. Windows color (decimal): -3491182 or 9616074. OLE color: 9616074.
HSL color Cylindrical-coordinate representation of color #CABA92: hue angle of 42.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CABA92 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 146 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.21 |
| HSL | 42.86º | 0.35% | 0.68% | - |
| HSV(B) | 42.86º | 0.28% | 0.79% | - |
| XYZ | 47.1 | 49.75 | 34.31 | - |
| YUV | 186.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 146 | 0 | 0.08 | 0.28 | 0.21 | 42.86 | 0.35 | 0.68 |
| Hex | CA | BA | 92 | 0 | 8 | 1C | 15 | 2B | 23 | 44 |
| Octal | 312 | 272 | 222 | 0 | 10 | 34 | 25 | 53 | 43 | 104 |
| Binary | 11001010 | 10111010 | 10010010 | 0 | 1000 | 11100 | 10101 | 101011 | 100011 | 1000100 |
Color Harmonies of #CABA92
Complementary color
Monochromatic Colors of #CABA92
Black with #CABA92
Text Example
Text Example
White with #CABA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA92; }
p { color: rgb(202,186,146); }
H1.HeaderClassName
{
color: #CABA92;
}
.AnyTagClassName
{
color: #CABA92;
}
</style>
background-color css
<style>
a { background-color: #CABA92; }
a { background-color: rgb(202,186,146); }
div.DivClassName
{
background-color: #CABA92;
}
.BgClassName
{
background-color: #CABA92;
}
</style>
border-color css
<style>
span { border-color: #CABA92; }
span { border-color: rgb(202,186,146); }
td.TdClassName
{
border-color: #CABA92;
}
.TagClassName
{
border-color: #CABA92;
}
</style>