Shades of Sisal #C5BC9D
Tints of Sisal #C5BC9D
RGB
CMYK
RGB Variations
Color information
#C5BC9D (or 0xC5BC9D) is known color: Sisal. HEX triplet: C5, BC and 9D. RGB value is (197,188,157). Sum of RGB (Red+Green+Blue) = 197+188+157=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC9D is #3A4362. Grayscale: #BBBBBB. Windows color (decimal): -3818339 or 10337477. OLE color: 10337477.
HSL color Cylindrical-coordinate representation of color #C5BC9D: hue angle of 46.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BC9D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 157 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.23 |
| HSL | 46.5º | 0.26% | 0.69% | - |
| HSV(B) | 46.5º | 0.2% | 0.77% | - |
| XYZ | 47.09 | 50.27 | 39.12 | - |
| YUV | 187.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 157 | 0 | 0.05 | 0.20 | 0.23 | 46.5 | 0.26 | 0.69 |
| Hex | C5 | BC | 9D | 0 | 5 | 14 | 17 | 2E | 1A | 45 |
| Octal | 305 | 274 | 235 | 0 | 5 | 24 | 27 | 56 | 32 | 105 |
| Binary | 11000101 | 10111100 | 10011101 | 0 | 101 | 10100 | 10111 | 101110 | 11010 | 1000101 |
Color Harmonies of #C5BC9D
Complementary color
Monochromatic Colors of #C5BC9D
Black with #C5BC9D
Text Example
Text Example
White with #C5BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC9D; }
p { color: rgb(197,188,157); }
H1.HeaderClassName
{
color: #C5BC9D;
}
.AnyTagClassName
{
color: #C5BC9D;
}
</style>
background-color css
<style>
a { background-color: #C5BC9D; }
a { background-color: rgb(197,188,157); }
div.DivClassName
{
background-color: #C5BC9D;
}
.BgClassName
{
background-color: #C5BC9D;
}
</style>
border-color css
<style>
span { border-color: #C5BC9D; }
span { border-color: rgb(197,188,157); }
td.TdClassName
{
border-color: #C5BC9D;
}
.TagClassName
{
border-color: #C5BC9D;
}
</style>