Shades of Sisal #C5BC97
Tints of Sisal #C5BC97
RGB
CMYK
RGB Variations
Color information
#C5BC97 (or 0xC5BC97) is known color: Sisal. HEX triplet: C5, BC and 97. RGB value is (197,188,151). Sum of RGB (Red+Green+Blue) = 197+188+151=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC97 is #3A4368. Grayscale: #BABABA. Windows color (decimal): -3818345 or 9944261. OLE color: 9944261.
HSL color Cylindrical-coordinate representation of color #C5BC97: hue angle of 48.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BC97 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 151 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.23 |
| HSL | 48.26º | 0.28% | 0.68% | - |
| HSV(B) | 48.26º | 0.23% | 0.77% | - |
| XYZ | 46.6 | 50.07 | 36.49 | - |
| YUV | 186.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 151 | 0 | 0.05 | 0.23 | 0.23 | 48.26 | 0.28 | 0.68 |
| Hex | C5 | BC | 97 | 0 | 5 | 17 | 17 | 30 | 1C | 44 |
| Octal | 305 | 274 | 227 | 0 | 5 | 27 | 27 | 60 | 34 | 104 |
| Binary | 11000101 | 10111100 | 10010111 | 0 | 101 | 10111 | 10111 | 110000 | 11100 | 1000100 |
Color Harmonies of #C5BC97
Complementary color
Monochromatic Colors of #C5BC97
Black with #C5BC97
Text Example
Text Example
White with #C5BC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC97; }
p { color: rgb(197,188,151); }
H1.HeaderClassName
{
color: #C5BC97;
}
.AnyTagClassName
{
color: #C5BC97;
}
</style>
background-color css
<style>
a { background-color: #C5BC97; }
a { background-color: rgb(197,188,151); }
div.DivClassName
{
background-color: #C5BC97;
}
.BgClassName
{
background-color: #C5BC97;
}
</style>
border-color css
<style>
span { border-color: #C5BC97; }
span { border-color: rgb(197,188,151); }
td.TdClassName
{
border-color: #C5BC97;
}
.TagClassName
{
border-color: #C5BC97;
}
</style>