Shades of Sisal #C8C098
Tints of Sisal #C8C098
RGB
CMYK
RGB Variations
Color information
#C8C098 (or 0xC8C098) is known color: Sisal. HEX triplet: C8, C0 and 98. RGB value is (200,192,152). Sum of RGB (Red+Green+Blue) = 200+192+152=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C098 is #373F67. Grayscale: #BEBEBE. Windows color (decimal): -3620712 or 10010824. OLE color: 10010824.
HSL color Cylindrical-coordinate representation of color #C8C098: hue angle of 50º 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 #C8C098 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 152 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.22 |
| HSL | 50º | 0.3% | 0.69% | - |
| HSV(B) | 50º | 0.24% | 0.78% | - |
| XYZ | 48.34 | 52.25 | 37.24 | - |
| YUV | 189.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 152 | 0 | 0.04 | 0.24 | 0.22 | 50 | 0.3 | 0.69 |
| Hex | C8 | C0 | 98 | 0 | 4 | 18 | 16 | 32 | 1E | 45 |
| Octal | 310 | 300 | 230 | 0 | 4 | 30 | 26 | 62 | 36 | 105 |
| Binary | 11001000 | 11000000 | 10011000 | 0 | 100 | 11000 | 10110 | 110010 | 11110 | 1000101 |
Color Harmonies of #C8C098
Complementary color
Monochromatic Colors of #C8C098
Black with #C8C098
Text Example
Text Example
White with #C8C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C098; }
p { color: rgb(200,192,152); }
H1.HeaderClassName
{
color: #C8C098;
}
.AnyTagClassName
{
color: #C8C098;
}
</style>
background-color css
<style>
a { background-color: #C8C098; }
a { background-color: rgb(200,192,152); }
div.DivClassName
{
background-color: #C8C098;
}
.BgClassName
{
background-color: #C8C098;
}
</style>
border-color css
<style>
span { border-color: #C8C098; }
span { border-color: rgb(200,192,152); }
td.TdClassName
{
border-color: #C8C098;
}
.TagClassName
{
border-color: #C8C098;
}
</style>