Shades of Deco #CECE90
Tints of Deco #CECE90
RGB
CMYK
RGB Variations
Color information
#CECE90 (or 0xCECE90) is known color: Deco. HEX triplet: CE, CE and 90. RGB value is (206,206,144). Sum of RGB (Red+Green+Blue) = 206+206+144=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE90 is #31316F. Grayscale: #C7C7C7. Windows color (decimal): -3223920 or 9490126. OLE color: 9490126.
HSL color Cylindrical-coordinate representation of color #CECE90: hue angle of 60º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CECE90 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 144 | - |
| CMYK | 0 | 0 | 0.30 | 0.19 |
| HSL | 60º | 0.39% | 0.69% | - |
| HSV(B) | 60º | 0.3% | 0.81% | - |
| XYZ | 52.56 | 59.28 | 35.06 | - |
| YUV | 198.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 144 | 0 | 0 | 0.30 | 0.19 | 60 | 0.39 | 0.69 |
| Hex | CE | CE | 90 | 0 | 0 | 1E | 13 | 3C | 27 | 45 |
| Octal | 316 | 316 | 220 | 0 | 0 | 36 | 23 | 74 | 47 | 105 |
| Binary | 11001110 | 11001110 | 10010000 | 0 | 0 | 11110 | 10011 | 111100 | 100111 | 1000101 |
Color Harmonies of #CECE90
Complementary color
Monochromatic Colors of #CECE90
Black with #CECE90
Text Example
Text Example
White with #CECE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE90; }
p { color: rgb(206,206,144); }
H1.HeaderClassName
{
color: #CECE90;
}
.AnyTagClassName
{
color: #CECE90;
}
</style>
background-color css
<style>
a { background-color: #CECE90; }
a { background-color: rgb(206,206,144); }
div.DivClassName
{
background-color: #CECE90;
}
.BgClassName
{
background-color: #CECE90;
}
</style>
border-color css
<style>
span { border-color: #CECE90; }
span { border-color: rgb(206,206,144); }
td.TdClassName
{
border-color: #CECE90;
}
.TagClassName
{
border-color: #CECE90;
}
</style>