Shades of Sisal #C8BC98
Tints of Sisal #C8BC98
RGB
CMYK
RGB Variations
Color information
#C8BC98 (or 0xC8BC98) is known color: Sisal. HEX triplet: C8, BC and 98. RGB value is (200,188,152). Sum of RGB (Red+Green+Blue) = 200+188+152=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC98 is #374367. Grayscale: #BBBBBB. Windows color (decimal): -3621736 or 10009800. OLE color: 10009800.
HSL color Cylindrical-coordinate representation of color #C8BC98: hue angle of 45º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BC98 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 152 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.22 |
| HSL | 45º | 0.3% | 0.69% | - |
| HSV(B) | 45º | 0.24% | 0.78% | - |
| XYZ | 47.47 | 50.51 | 36.95 | - |
| YUV | 187.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 152 | 0 | 0.06 | 0.24 | 0.22 | 45 | 0.3 | 0.69 |
| Hex | C8 | BC | 98 | 0 | 6 | 18 | 16 | 2D | 1E | 45 |
| Octal | 310 | 274 | 230 | 0 | 6 | 30 | 26 | 55 | 36 | 105 |
| Binary | 11001000 | 10111100 | 10011000 | 0 | 110 | 11000 | 10110 | 101101 | 11110 | 1000101 |
Color Harmonies of #C8BC98
Complementary color
Monochromatic Colors of #C8BC98
Black with #C8BC98
Text Example
Text Example
White with #C8BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC98; }
p { color: rgb(200,188,152); }
H1.HeaderClassName
{
color: #C8BC98;
}
.AnyTagClassName
{
color: #C8BC98;
}
</style>
background-color css
<style>
a { background-color: #C8BC98; }
a { background-color: rgb(200,188,152); }
div.DivClassName
{
background-color: #C8BC98;
}
.BgClassName
{
background-color: #C8BC98;
}
</style>
border-color css
<style>
span { border-color: #C8BC98; }
span { border-color: rgb(200,188,152); }
td.TdClassName
{
border-color: #C8BC98;
}
.TagClassName
{
border-color: #C8BC98;
}
</style>