Shades of Sisal #CABB96
Tints of Sisal #CABB96
RGB
CMYK
RGB Variations
Color information
#CABB96 (or 0xCABB96) is known color: Sisal. HEX triplet: CA, BB and 96. RGB value is (202,187,150). Sum of RGB (Red+Green+Blue) = 202+187+150=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB96 is #354469. Grayscale: #BBBBBB. Windows color (decimal): -3490922 or 9878474. OLE color: 9878474.
HSL color Cylindrical-coordinate representation of color #CABB96: hue angle of 42.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABB96 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 150 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.21 |
| HSL | 42.69º | 0.33% | 0.69% | - |
| HSV(B) | 42.69º | 0.26% | 0.79% | - |
| XYZ | 47.63 | 50.3 | 36.05 | - |
| YUV | 187.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 150 | 0 | 0.07 | 0.26 | 0.21 | 42.69 | 0.33 | 0.69 |
| Hex | CA | BB | 96 | 0 | 7 | 1A | 15 | 2B | 21 | 45 |
| Octal | 312 | 273 | 226 | 0 | 7 | 32 | 25 | 53 | 41 | 105 |
| Binary | 11001010 | 10111011 | 10010110 | 0 | 111 | 11010 | 10101 | 101011 | 100001 | 1000101 |
Color Harmonies of #CABB96
Complementary color
Monochromatic Colors of #CABB96
Black with #CABB96
Text Example
Text Example
White with #CABB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB96; }
p { color: rgb(202,187,150); }
H1.HeaderClassName
{
color: #CABB96;
}
.AnyTagClassName
{
color: #CABB96;
}
</style>
background-color css
<style>
a { background-color: #CABB96; }
a { background-color: rgb(202,187,150); }
div.DivClassName
{
background-color: #CABB96;
}
.BgClassName
{
background-color: #CABB96;
}
</style>
border-color css
<style>
span { border-color: #CABB96; }
span { border-color: rgb(202,187,150); }
td.TdClassName
{
border-color: #CABB96;
}
.TagClassName
{
border-color: #CABB96;
}
</style>