Shades of Sisal #C5BA95
Tints of Sisal #C5BA95
RGB
CMYK
RGB Variations
Color information
#C5BA95 (or 0xC5BA95) is known color: Sisal. HEX triplet: C5, BA and 95. RGB value is (197,186,149). Sum of RGB (Red+Green+Blue) = 197+186+149=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA95 is #3A456A. Grayscale: #B9B9B9. Windows color (decimal): -3818859 or 9812677. OLE color: 9812677.
HSL color Cylindrical-coordinate representation of color #C5BA95: hue angle of 46.25º 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 #C5BA95 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 149 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.23 |
| HSL | 46.25º | 0.29% | 0.68% | - |
| HSV(B) | 46.25º | 0.24% | 0.77% | - |
| XYZ | 46.01 | 49.16 | 35.5 | - |
| YUV | 185.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 149 | 0 | 0.06 | 0.24 | 0.23 | 46.25 | 0.29 | 0.68 |
| Hex | C5 | BA | 95 | 0 | 6 | 18 | 17 | 2E | 1D | 44 |
| Octal | 305 | 272 | 225 | 0 | 6 | 30 | 27 | 56 | 35 | 104 |
| Binary | 11000101 | 10111010 | 10010101 | 0 | 110 | 11000 | 10111 | 101110 | 11101 | 1000100 |
Color Harmonies of #C5BA95
Complementary color
Monochromatic Colors of #C5BA95
Black with #C5BA95
Text Example
Text Example
White with #C5BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA95; }
p { color: rgb(197,186,149); }
H1.HeaderClassName
{
color: #C5BA95;
}
.AnyTagClassName
{
color: #C5BA95;
}
</style>
background-color css
<style>
a { background-color: #C5BA95; }
a { background-color: rgb(197,186,149); }
div.DivClassName
{
background-color: #C5BA95;
}
.BgClassName
{
background-color: #C5BA95;
}
</style>
border-color css
<style>
span { border-color: #C5BA95; }
span { border-color: rgb(197,186,149); }
td.TdClassName
{
border-color: #C5BA95;
}
.TagClassName
{
border-color: #C5BA95;
}
</style>