Shades of Sisal #C5BB96
Tints of Sisal #C5BB96
RGB
CMYK
RGB Variations
Color information
#C5BB96 (or 0xC5BB96) is known color: Sisal. HEX triplet: C5, BB and 96. RGB value is (197,187,150). Sum of RGB (Red+Green+Blue) = 197+187+150=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB96 is #3A4469. Grayscale: #B9B9B9. Windows color (decimal): -3818602 or 9878469. OLE color: 9878469.
HSL color Cylindrical-coordinate representation of color #C5BB96: hue angle of 47.23º 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 #C5BB96 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 150 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.23 |
| HSL | 47.23º | 0.29% | 0.68% | - |
| HSV(B) | 47.23º | 0.24% | 0.77% | - |
| XYZ | 46.3 | 49.61 | 35.99 | - |
| YUV | 185.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 150 | 0 | 0.05 | 0.24 | 0.23 | 47.23 | 0.29 | 0.68 |
| Hex | C5 | BB | 96 | 0 | 5 | 18 | 17 | 2F | 1D | 44 |
| Octal | 305 | 273 | 226 | 0 | 5 | 30 | 27 | 57 | 35 | 104 |
| Binary | 11000101 | 10111011 | 10010110 | 0 | 101 | 11000 | 10111 | 101111 | 11101 | 1000100 |
Color Harmonies of #C5BB96
Complementary color
Monochromatic Colors of #C5BB96
Black with #C5BB96
Text Example
Text Example
White with #C5BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB96; }
p { color: rgb(197,187,150); }
H1.HeaderClassName
{
color: #C5BB96;
}
.AnyTagClassName
{
color: #C5BB96;
}
</style>
background-color css
<style>
a { background-color: #C5BB96; }
a { background-color: rgb(197,187,150); }
div.DivClassName
{
background-color: #C5BB96;
}
.BgClassName
{
background-color: #C5BB96;
}
</style>
border-color css
<style>
span { border-color: #C5BB96; }
span { border-color: rgb(197,187,150); }
td.TdClassName
{
border-color: #C5BB96;
}
.TagClassName
{
border-color: #C5BB96;
}
</style>