Shades of Sisal #CCC098
Tints of Sisal #CCC098
RGB
CMYK
RGB Variations
Color information
#CCC098 (or 0xCCC098) is known color: Sisal. HEX triplet: CC, C0 and 98. RGB value is (204,192,152). Sum of RGB (Red+Green+Blue) = 204+192+152=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC098 is #333F67. Grayscale: #BFBFBF. Windows color (decimal): -3358568 or 10010828. OLE color: 10010828.
HSL color Cylindrical-coordinate representation of color #CCC098: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC098 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 152 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.2 |
| HSL | 46.15º | 0.34% | 0.7% | - |
| HSV(B) | 46.15º | 0.25% | 0.8% | - |
| XYZ | 49.42 | 52.8 | 37.29 | - |
| YUV | 191.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 152 | 0 | 0.06 | 0.25 | 0.2 | 46.15 | 0.34 | 0.7 |
| Hex | CC | C0 | 98 | 0 | 6 | 19 | 14 | 2E | 22 | 46 |
| Octal | 314 | 300 | 230 | 0 | 6 | 31 | 24 | 56 | 42 | 106 |
| Binary | 11001100 | 11000000 | 10011000 | 0 | 110 | 11001 | 10100 | 101110 | 100010 | 1000110 |
Color Harmonies of #CCC098
Complementary color
Monochromatic Colors of #CCC098
Black with #CCC098
Text Example
Text Example
White with #CCC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC098; }
p { color: rgb(204,192,152); }
H1.HeaderClassName
{
color: #CCC098;
}
.AnyTagClassName
{
color: #CCC098;
}
</style>
background-color css
<style>
a { background-color: #CCC098; }
a { background-color: rgb(204,192,152); }
div.DivClassName
{
background-color: #CCC098;
}
.BgClassName
{
background-color: #CCC098;
}
</style>
border-color css
<style>
span { border-color: #CCC098; }
span { border-color: rgb(204,192,152); }
td.TdClassName
{
border-color: #CCC098;
}
.TagClassName
{
border-color: #CCC098;
}
</style>