Shades of Sisal #CCC299
Tints of Sisal #CCC299
RGB
CMYK
RGB Variations
Color information
#CCC299 (or 0xCCC299) is known color: Sisal. HEX triplet: CC, C2 and 99. RGB value is (204,194,153). Sum of RGB (Red+Green+Blue) = 204+194+153=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC299 is #333D66. Grayscale: #C0C0C0. Windows color (decimal): -3358055 or 10076876. OLE color: 10076876.
HSL color Cylindrical-coordinate representation of color #CCC299: hue angle of 48.24º degrees, saturation: 0.33, 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 #CCC299 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 153 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.2 |
| HSL | 48.24º | 0.33% | 0.7% | - |
| HSV(B) | 48.24º | 0.25% | 0.8% | - |
| XYZ | 49.94 | 53.72 | 37.87 | - |
| YUV | 192.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 153 | 0 | 0.05 | 0.25 | 0.2 | 48.24 | 0.33 | 0.7 |
| Hex | CC | C2 | 99 | 0 | 5 | 19 | 14 | 30 | 21 | 46 |
| Octal | 314 | 302 | 231 | 0 | 5 | 31 | 24 | 60 | 41 | 106 |
| Binary | 11001100 | 11000010 | 10011001 | 0 | 101 | 11001 | 10100 | 110000 | 100001 | 1000110 |
Color Harmonies of #CCC299
Complementary color
Monochromatic Colors of #CCC299
Black with #CCC299
Text Example
Text Example
White with #CCC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC299; }
p { color: rgb(204,194,153); }
H1.HeaderClassName
{
color: #CCC299;
}
.AnyTagClassName
{
color: #CCC299;
}
</style>
background-color css
<style>
a { background-color: #CCC299; }
a { background-color: rgb(204,194,153); }
div.DivClassName
{
background-color: #CCC299;
}
.BgClassName
{
background-color: #CCC299;
}
</style>
border-color css
<style>
span { border-color: #CCC299; }
span { border-color: rgb(204,194,153); }
td.TdClassName
{
border-color: #CCC299;
}
.TagClassName
{
border-color: #CCC299;
}
</style>