Shades of Sisal #C5BC95
Tints of Sisal #C5BC95
RGB
CMYK
RGB Variations
Color information
#C5BC95 (or 0xC5BC95) is known color: Sisal. HEX triplet: C5, BC and 95. RGB value is (197,188,149). Sum of RGB (Red+Green+Blue) = 197+188+149=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC95 is #3A436A. Grayscale: #BABABA. Windows color (decimal): -3818347 or 9813189. OLE color: 9813189.
HSL color Cylindrical-coordinate representation of color #C5BC95: hue angle of 48.75º 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 #C5BC95 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 149 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.23 |
| HSL | 48.75º | 0.29% | 0.68% | - |
| HSV(B) | 48.75º | 0.24% | 0.77% | - |
| XYZ | 46.43 | 50.01 | 35.64 | - |
| YUV | 186.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 149 | 0 | 0.05 | 0.24 | 0.23 | 48.75 | 0.29 | 0.68 |
| Hex | C5 | BC | 95 | 0 | 5 | 18 | 17 | 31 | 1D | 44 |
| Octal | 305 | 274 | 225 | 0 | 5 | 30 | 27 | 61 | 35 | 104 |
| Binary | 11000101 | 10111100 | 10010101 | 0 | 101 | 11000 | 10111 | 110001 | 11101 | 1000100 |
Color Harmonies of #C5BC95
Complementary color
Monochromatic Colors of #C5BC95
Black with #C5BC95
Text Example
Text Example
White with #C5BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC95; }
p { color: rgb(197,188,149); }
H1.HeaderClassName
{
color: #C5BC95;
}
.AnyTagClassName
{
color: #C5BC95;
}
</style>
background-color css
<style>
a { background-color: #C5BC95; }
a { background-color: rgb(197,188,149); }
div.DivClassName
{
background-color: #C5BC95;
}
.BgClassName
{
background-color: #C5BC95;
}
</style>
border-color css
<style>
span { border-color: #C5BC95; }
span { border-color: rgb(197,188,149); }
td.TdClassName
{
border-color: #C5BC95;
}
.TagClassName
{
border-color: #C5BC95;
}
</style>