Shades of Sisal #C5B996
Tints of Sisal #C5B996
RGB
CMYK
RGB Variations
Color information
#C5B996 (or 0xC5B996) is known color: Sisal. HEX triplet: C5, B9 and 96. RGB value is (197,185,150). Sum of RGB (Red+Green+Blue) = 197+185+150=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B996 is #3A4669. Grayscale: #B8B8B8. Windows color (decimal): -3819114 or 9877957. OLE color: 9877957.
HSL color Cylindrical-coordinate representation of color #C5B996: hue angle of 44.68º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B996 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 150 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.23 |
| HSL | 44.68º | 0.29% | 0.68% | - |
| HSV(B) | 44.68º | 0.24% | 0.77% | - |
| XYZ | 45.88 | 48.77 | 35.85 | - |
| YUV | 184.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 150 | 0 | 0.06 | 0.24 | 0.23 | 44.68 | 0.29 | 0.68 |
| Hex | C5 | B9 | 96 | 0 | 6 | 18 | 17 | 2D | 1D | 44 |
| Octal | 305 | 271 | 226 | 0 | 6 | 30 | 27 | 55 | 35 | 104 |
| Binary | 11000101 | 10111001 | 10010110 | 0 | 110 | 11000 | 10111 | 101101 | 11101 | 1000100 |
Color Harmonies of #C5B996
Complementary color
Monochromatic Colors of #C5B996
Black with #C5B996
Text Example
Text Example
White with #C5B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B996; }
p { color: rgb(197,185,150); }
H1.HeaderClassName
{
color: #C5B996;
}
.AnyTagClassName
{
color: #C5B996;
}
</style>
background-color css
<style>
a { background-color: #C5B996; }
a { background-color: rgb(197,185,150); }
div.DivClassName
{
background-color: #C5B996;
}
.BgClassName
{
background-color: #C5B996;
}
</style>
border-color css
<style>
span { border-color: #C5B996; }
span { border-color: rgb(197,185,150); }
td.TdClassName
{
border-color: #C5B996;
}
.TagClassName
{
border-color: #C5B996;
}
</style>