Shades of Sisal #C6C098
Tints of Sisal #C6C098
RGB
CMYK
RGB Variations
Color information
#C6C098 (or 0xC6C098) is known color: Sisal. HEX triplet: C6, C0 and 98. RGB value is (198,192,152). Sum of RGB (Red+Green+Blue) = 198+192+152=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C098 is #393F67. Grayscale: #BDBDBD. Windows color (decimal): -3751784 or 10010822. OLE color: 10010822.
HSL color Cylindrical-coordinate representation of color #C6C098: hue angle of 52.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6C098 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 152 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.22 |
| HSL | 52.17º | 0.29% | 0.69% | - |
| HSV(B) | 52.17º | 0.23% | 0.78% | - |
| XYZ | 47.81 | 51.97 | 37.22 | - |
| YUV | 189.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 152 | 0 | 0.03 | 0.23 | 0.22 | 52.17 | 0.29 | 0.69 |
| Hex | C6 | C0 | 98 | 0 | 3 | 17 | 16 | 34 | 1D | 45 |
| Octal | 306 | 300 | 230 | 0 | 3 | 27 | 26 | 64 | 35 | 105 |
| Binary | 11000110 | 11000000 | 10011000 | 0 | 11 | 10111 | 10110 | 110100 | 11101 | 1000101 |
Color Harmonies of #C6C098
Complementary color
Monochromatic Colors of #C6C098
Black with #C6C098
Text Example
Text Example
White with #C6C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C098; }
p { color: rgb(198,192,152); }
H1.HeaderClassName
{
color: #C6C098;
}
.AnyTagClassName
{
color: #C6C098;
}
</style>
background-color css
<style>
a { background-color: #C6C098; }
a { background-color: rgb(198,192,152); }
div.DivClassName
{
background-color: #C6C098;
}
.BgClassName
{
background-color: #C6C098;
}
</style>
border-color css
<style>
span { border-color: #C6C098; }
span { border-color: rgb(198,192,152); }
td.TdClassName
{
border-color: #C6C098;
}
.TagClassName
{
border-color: #C6C098;
}
</style>