Shades of Sisal #CCC095
Tints of Sisal #CCC095
RGB
CMYK
RGB Variations
Color information
#CCC095 (or 0xCCC095) is known color: Sisal. HEX triplet: CC, C0 and 95. RGB value is (204,192,149). Sum of RGB (Red+Green+Blue) = 204+192+149=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC095 is #333F6A. Grayscale: #BEBEBE. Windows color (decimal): -3358571 or 9814220. OLE color: 9814220.
HSL color Cylindrical-coordinate representation of color #CCC095: hue angle of 46.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC095 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 149 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.2 |
| HSL | 46.91º | 0.35% | 0.69% | - |
| HSV(B) | 46.91º | 0.27% | 0.8% | - |
| XYZ | 49.18 | 52.71 | 36.02 | - |
| YUV | 190.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 149 | 0 | 0.06 | 0.27 | 0.2 | 46.91 | 0.35 | 0.69 |
| Hex | CC | C0 | 95 | 0 | 6 | 1B | 14 | 2F | 23 | 45 |
| Octal | 314 | 300 | 225 | 0 | 6 | 33 | 24 | 57 | 43 | 105 |
| Binary | 11001100 | 11000000 | 10010101 | 0 | 110 | 11011 | 10100 | 101111 | 100011 | 1000101 |
Color Harmonies of #CCC095
Complementary color
Monochromatic Colors of #CCC095
Black with #CCC095
Text Example
Text Example
White with #CCC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC095; }
p { color: rgb(204,192,149); }
H1.HeaderClassName
{
color: #CCC095;
}
.AnyTagClassName
{
color: #CCC095;
}
</style>
background-color css
<style>
a { background-color: #CCC095; }
a { background-color: rgb(204,192,149); }
div.DivClassName
{
background-color: #CCC095;
}
.BgClassName
{
background-color: #CCC095;
}
</style>
border-color css
<style>
span { border-color: #CCC095; }
span { border-color: rgb(204,192,149); }
td.TdClassName
{
border-color: #CCC095;
}
.TagClassName
{
border-color: #CCC095;
}
</style>