Shades of Deco #CECE95
Tints of Deco #CECE95
RGB
CMYK
RGB Variations
Color information
#CECE95 (or 0xCECE95) is known color: Deco. HEX triplet: CE, CE and 95. RGB value is (206,206,149). Sum of RGB (Red+Green+Blue) = 206+206+149=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE95 is #31316A. Grayscale: #C7C7C7. Windows color (decimal): -3223915 or 9817806. OLE color: 9817806.
HSL color Cylindrical-coordinate representation of color #CECE95: hue angle of 60º 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 #CECE95 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 149 | - |
| CMYK | 0 | 0 | 0.28 | 0.19 |
| HSL | 60º | 0.37% | 0.7% | - |
| HSV(B) | 60º | 0.28% | 0.81% | - |
| XYZ | 52.95 | 59.43 | 37.12 | - |
| YUV | 199.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 149 | 0 | 0 | 0.28 | 0.19 | 60 | 0.37 | 0.7 |
| Hex | CE | CE | 95 | 0 | 0 | 1C | 13 | 3C | 25 | 46 |
| Octal | 316 | 316 | 225 | 0 | 0 | 34 | 23 | 74 | 45 | 106 |
| Binary | 11001110 | 11001110 | 10010101 | 0 | 0 | 11100 | 10011 | 111100 | 100101 | 1000110 |
Color Harmonies of #CECE95
Complementary color
Monochromatic Colors of #CECE95
Black with #CECE95
Text Example
Text Example
White with #CECE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE95; }
p { color: rgb(206,206,149); }
H1.HeaderClassName
{
color: #CECE95;
}
.AnyTagClassName
{
color: #CECE95;
}
</style>
background-color css
<style>
a { background-color: #CECE95; }
a { background-color: rgb(206,206,149); }
div.DivClassName
{
background-color: #CECE95;
}
.BgClassName
{
background-color: #CECE95;
}
</style>
border-color css
<style>
span { border-color: #CECE95; }
span { border-color: rgb(206,206,149); }
td.TdClassName
{
border-color: #CECE95;
}
.TagClassName
{
border-color: #CECE95;
}
</style>