Shades of Sisal #C5BA96
Tints of Sisal #C5BA96
RGB
CMYK
RGB Variations
Color information
#C5BA96 (or 0xC5BA96) is known color: Sisal. HEX triplet: C5, BA and 96. RGB value is (197,186,150). Sum of RGB (Red+Green+Blue) = 197+186+150=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA96 is #3A4569. Grayscale: #B9B9B9. Windows color (decimal): -3818858 or 9878213. OLE color: 9878213.
HSL color Cylindrical-coordinate representation of color #C5BA96: hue angle of 45.96º 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 #C5BA96 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 150 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.23 |
| HSL | 45.96º | 0.29% | 0.68% | - |
| HSV(B) | 45.96º | 0.24% | 0.77% | - |
| XYZ | 46.09 | 49.19 | 35.92 | - |
| YUV | 185.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 150 | 0 | 0.06 | 0.24 | 0.23 | 45.96 | 0.29 | 0.68 |
| Hex | C5 | BA | 96 | 0 | 6 | 18 | 17 | 2E | 1D | 44 |
| Octal | 305 | 272 | 226 | 0 | 6 | 30 | 27 | 56 | 35 | 104 |
| Binary | 11000101 | 10111010 | 10010110 | 0 | 110 | 11000 | 10111 | 101110 | 11101 | 1000100 |
Color Harmonies of #C5BA96
Complementary color
Monochromatic Colors of #C5BA96
Black with #C5BA96
Text Example
Text Example
White with #C5BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA96; }
p { color: rgb(197,186,150); }
H1.HeaderClassName
{
color: #C5BA96;
}
.AnyTagClassName
{
color: #C5BA96;
}
</style>
background-color css
<style>
a { background-color: #C5BA96; }
a { background-color: rgb(197,186,150); }
div.DivClassName
{
background-color: #C5BA96;
}
.BgClassName
{
background-color: #C5BA96;
}
</style>
border-color css
<style>
span { border-color: #C5BA96; }
span { border-color: rgb(197,186,150); }
td.TdClassName
{
border-color: #C5BA96;
}
.TagClassName
{
border-color: #C5BA96;
}
</style>