Shades of Sisal #C8BC95
Tints of Sisal #C8BC95
RGB
CMYK
RGB Variations
Color information
#C8BC95 (or 0xC8BC95) is known color: Sisal. HEX triplet: C8, BC and 95. RGB value is (200,188,149). Sum of RGB (Red+Green+Blue) = 200+188+149=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC95 is #37436A. Grayscale: #BBBBBB. Windows color (decimal): -3621739 or 9813192. OLE color: 9813192.
HSL color Cylindrical-coordinate representation of color #C8BC95: hue angle of 45.88º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BC95 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 149 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.22 |
| HSL | 45.88º | 0.32% | 0.68% | - |
| HSV(B) | 45.88º | 0.26% | 0.78% | - |
| XYZ | 47.23 | 50.42 | 35.68 | - |
| YUV | 187.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 149 | 0 | 0.06 | 0.26 | 0.22 | 45.88 | 0.32 | 0.68 |
| Hex | C8 | BC | 95 | 0 | 6 | 1A | 16 | 2E | 20 | 44 |
| Octal | 310 | 274 | 225 | 0 | 6 | 32 | 26 | 56 | 40 | 104 |
| Binary | 11001000 | 10111100 | 10010101 | 0 | 110 | 11010 | 10110 | 101110 | 100000 | 1000100 |
Color Harmonies of #C8BC95
Complementary color
Monochromatic Colors of #C8BC95
Black with #C8BC95
Text Example
Text Example
White with #C8BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC95; }
p { color: rgb(200,188,149); }
H1.HeaderClassName
{
color: #C8BC95;
}
.AnyTagClassName
{
color: #C8BC95;
}
</style>
background-color css
<style>
a { background-color: #C8BC95; }
a { background-color: rgb(200,188,149); }
div.DivClassName
{
background-color: #C8BC95;
}
.BgClassName
{
background-color: #C8BC95;
}
</style>
border-color css
<style>
span { border-color: #C8BC95; }
span { border-color: rgb(200,188,149); }
td.TdClassName
{
border-color: #C8BC95;
}
.TagClassName
{
border-color: #C8BC95;
}
</style>