Shades of Sisal #C8BC94
Tints of Sisal #C8BC94
RGB
CMYK
RGB Variations
Color information
#C8BC94 (or 0xC8BC94) is known color: Sisal. HEX triplet: C8, BC and 94. RGB value is (200,188,148). Sum of RGB (Red+Green+Blue) = 200+188+148=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC94 is #37436B. Grayscale: #BBBBBB. Windows color (decimal): -3621740 or 9747656. OLE color: 9747656.
HSL color Cylindrical-coordinate representation of color #C8BC94: hue angle of 46.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BC94 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 148 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.22 |
| HSL | 46.15º | 0.32% | 0.68% | - |
| HSV(B) | 46.15º | 0.26% | 0.78% | - |
| XYZ | 47.15 | 50.38 | 35.26 | - |
| YUV | 187.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 148 | 0 | 0.06 | 0.26 | 0.22 | 46.15 | 0.32 | 0.68 |
| Hex | C8 | BC | 94 | 0 | 6 | 1A | 16 | 2E | 20 | 44 |
| Octal | 310 | 274 | 224 | 0 | 6 | 32 | 26 | 56 | 40 | 104 |
| Binary | 11001000 | 10111100 | 10010100 | 0 | 110 | 11010 | 10110 | 101110 | 100000 | 1000100 |
Color Harmonies of #C8BC94
Complementary color
Monochromatic Colors of #C8BC94
Black with #C8BC94
Text Example
Text Example
White with #C8BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC94; }
p { color: rgb(200,188,148); }
H1.HeaderClassName
{
color: #C8BC94;
}
.AnyTagClassName
{
color: #C8BC94;
}
</style>
background-color css
<style>
a { background-color: #C8BC94; }
a { background-color: rgb(200,188,148); }
div.DivClassName
{
background-color: #C8BC94;
}
.BgClassName
{
background-color: #C8BC94;
}
</style>
border-color css
<style>
span { border-color: #C8BC94; }
span { border-color: rgb(200,188,148); }
td.TdClassName
{
border-color: #C8BC94;
}
.TagClassName
{
border-color: #C8BC94;
}
</style>