Shades of Sisal #CCC097
Tints of Sisal #CCC097
RGB
CMYK
RGB Variations
Color information
#CCC097 (or 0xCCC097) is known color: Sisal. HEX triplet: CC, C0 and 97. RGB value is (204,192,151). Sum of RGB (Red+Green+Blue) = 204+192+151=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC097 is #333F68. Grayscale: #BFBFBF. Windows color (decimal): -3358569 or 9945292. OLE color: 9945292.
HSL color Cylindrical-coordinate representation of color #CCC097: hue angle of 46.42º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC097 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 151 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.2 |
| HSL | 46.42º | 0.34% | 0.7% | - |
| HSV(B) | 46.42º | 0.26% | 0.8% | - |
| XYZ | 49.34 | 52.77 | 36.86 | - |
| YUV | 190.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 151 | 0 | 0.06 | 0.26 | 0.2 | 46.42 | 0.34 | 0.7 |
| Hex | CC | C0 | 97 | 0 | 6 | 1A | 14 | 2E | 22 | 46 |
| Octal | 314 | 300 | 227 | 0 | 6 | 32 | 24 | 56 | 42 | 106 |
| Binary | 11001100 | 11000000 | 10010111 | 0 | 110 | 11010 | 10100 | 101110 | 100010 | 1000110 |
Color Harmonies of #CCC097
Complementary color
Monochromatic Colors of #CCC097
Black with #CCC097
Text Example
Text Example
White with #CCC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC097; }
p { color: rgb(204,192,151); }
H1.HeaderClassName
{
color: #CCC097;
}
.AnyTagClassName
{
color: #CCC097;
}
</style>
background-color css
<style>
a { background-color: #CCC097; }
a { background-color: rgb(204,192,151); }
div.DivClassName
{
background-color: #CCC097;
}
.BgClassName
{
background-color: #CCC097;
}
</style>
border-color css
<style>
span { border-color: #CCC097; }
span { border-color: rgb(204,192,151); }
td.TdClassName
{
border-color: #CCC097;
}
.TagClassName
{
border-color: #CCC097;
}
</style>