Shades of Sisal #C8BC9F
Tints of Sisal #C8BC9F
RGB
CMYK
RGB Variations
Color information
#C8BC9F (or 0xC8BC9F) is known color: Sisal. HEX triplet: C8, BC and 9F. RGB value is (200,188,159). Sum of RGB (Red+Green+Blue) = 200+188+159=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC9F is #374360. Grayscale: #BCBCBC. Windows color (decimal): -3621729 or 10468552. OLE color: 10468552.
HSL color Cylindrical-coordinate representation of color #C8BC9F: hue angle of 42.44º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BC9F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 159 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.22 |
| HSL | 42.44º | 0.27% | 0.7% | - |
| HSV(B) | 42.44º | 0.21% | 0.78% | - |
| XYZ | 48.06 | 50.75 | 40.06 | - |
| YUV | 188.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 159 | 0 | 0.06 | 0.20 | 0.22 | 42.44 | 0.27 | 0.7 |
| Hex | C8 | BC | 9F | 0 | 6 | 14 | 16 | 2A | 1B | 46 |
| Octal | 310 | 274 | 237 | 0 | 6 | 24 | 26 | 52 | 33 | 106 |
| Binary | 11001000 | 10111100 | 10011111 | 0 | 110 | 10100 | 10110 | 101010 | 11011 | 1000110 |
Color Harmonies of #C8BC9F
Complementary color
Monochromatic Colors of #C8BC9F
Black with #C8BC9F
Text Example
Text Example
White with #C8BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC9F; }
p { color: rgb(200,188,159); }
H1.HeaderClassName
{
color: #C8BC9F;
}
.AnyTagClassName
{
color: #C8BC9F;
}
</style>
background-color css
<style>
a { background-color: #C8BC9F; }
a { background-color: rgb(200,188,159); }
div.DivClassName
{
background-color: #C8BC9F;
}
.BgClassName
{
background-color: #C8BC9F;
}
</style>
border-color css
<style>
span { border-color: #C8BC9F; }
span { border-color: rgb(200,188,159); }
td.TdClassName
{
border-color: #C8BC9F;
}
.TagClassName
{
border-color: #C8BC9F;
}
</style>