Shades of Sisal #CCC096
Tints of Sisal #CCC096
RGB
CMYK
RGB Variations
Color information
#CCC096 (or 0xCCC096) is known color: Sisal. HEX triplet: CC, C0 and 96. RGB value is (204,192,150). Sum of RGB (Red+Green+Blue) = 204+192+150=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC096 is #333F69. Grayscale: #BEBEBE. Windows color (decimal): -3358570 or 9879756. OLE color: 9879756.
HSL color Cylindrical-coordinate representation of color #CCC096: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC096 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 150 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.2 |
| HSL | 46.67º | 0.35% | 0.69% | - |
| HSV(B) | 46.67º | 0.26% | 0.8% | - |
| XYZ | 49.26 | 52.74 | 36.44 | - |
| YUV | 190.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 150 | 0 | 0.06 | 0.26 | 0.2 | 46.67 | 0.35 | 0.69 |
| Hex | CC | C0 | 96 | 0 | 6 | 1A | 14 | 2F | 23 | 45 |
| Octal | 314 | 300 | 226 | 0 | 6 | 32 | 24 | 57 | 43 | 105 |
| Binary | 11001100 | 11000000 | 10010110 | 0 | 110 | 11010 | 10100 | 101111 | 100011 | 1000101 |
Color Harmonies of #CCC096
Complementary color
Monochromatic Colors of #CCC096
Black with #CCC096
Text Example
Text Example
White with #CCC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC096; }
p { color: rgb(204,192,150); }
H1.HeaderClassName
{
color: #CCC096;
}
.AnyTagClassName
{
color: #CCC096;
}
</style>
background-color css
<style>
a { background-color: #CCC096; }
a { background-color: rgb(204,192,150); }
div.DivClassName
{
background-color: #CCC096;
}
.BgClassName
{
background-color: #CCC096;
}
</style>
border-color css
<style>
span { border-color: #CCC096; }
span { border-color: rgb(204,192,150); }
td.TdClassName
{
border-color: #CCC096;
}
.TagClassName
{
border-color: #CCC096;
}
</style>