Shades of Sisal #CEC095
Tints of Sisal #CEC095
RGB
CMYK
RGB Variations
Color information
#CEC095 (or 0xCEC095) is known color: Sisal. HEX triplet: CE, C0 and 95. RGB value is (206,192,149). Sum of RGB (Red+Green+Blue) = 206+192+149=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC095 is #313F6A. Grayscale: #BFBFBF. Windows color (decimal): -3227499 or 9814222. OLE color: 9814222.
HSL color Cylindrical-coordinate representation of color #CEC095: hue angle of 45.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEC095 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 149 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.19 |
| HSL | 45.26º | 0.37% | 0.7% | - |
| HSV(B) | 45.26º | 0.28% | 0.81% | - |
| XYZ | 49.73 | 52.99 | 36.04 | - |
| YUV | 191.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 149 | 0 | 0.07 | 0.28 | 0.19 | 45.26 | 0.37 | 0.7 |
| Hex | CE | C0 | 95 | 0 | 7 | 1C | 13 | 2D | 25 | 46 |
| Octal | 316 | 300 | 225 | 0 | 7 | 34 | 23 | 55 | 45 | 106 |
| Binary | 11001110 | 11000000 | 10010101 | 0 | 111 | 11100 | 10011 | 101101 | 100101 | 1000110 |
Color Harmonies of #CEC095
Complementary color
Monochromatic Colors of #CEC095
Black with #CEC095
Text Example
Text Example
White with #CEC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC095; }
p { color: rgb(206,192,149); }
H1.HeaderClassName
{
color: #CEC095;
}
.AnyTagClassName
{
color: #CEC095;
}
</style>
background-color css
<style>
a { background-color: #CEC095; }
a { background-color: rgb(206,192,149); }
div.DivClassName
{
background-color: #CEC095;
}
.BgClassName
{
background-color: #CEC095;
}
</style>
border-color css
<style>
span { border-color: #CEC095; }
span { border-color: rgb(206,192,149); }
td.TdClassName
{
border-color: #CEC095;
}
.TagClassName
{
border-color: #CEC095;
}
</style>