Shades of Deco #CECE93
Tints of Deco #CECE93
RGB
CMYK
RGB Variations
Color information
#CECE93 (or 0xCECE93) is known color: Deco. HEX triplet: CE, CE and 93. RGB value is (206,206,147). Sum of RGB (Red+Green+Blue) = 206+206+147=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE93 is #31316C. Grayscale: #C7C7C7. Windows color (decimal): -3223917 or 9686734. OLE color: 9686734.
HSL color Cylindrical-coordinate representation of color #CECE93: hue angle of 60º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CECE93 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 147 | - |
| CMYK | 0 | 0 | 0.29 | 0.19 |
| HSL | 60º | 0.38% | 0.69% | - |
| HSV(B) | 60º | 0.29% | 0.81% | - |
| XYZ | 52.79 | 59.37 | 36.28 | - |
| YUV | 199.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 147 | 0 | 0 | 0.29 | 0.19 | 60 | 0.38 | 0.69 |
| Hex | CE | CE | 93 | 0 | 0 | 1D | 13 | 3C | 26 | 45 |
| Octal | 316 | 316 | 223 | 0 | 0 | 35 | 23 | 74 | 46 | 105 |
| Binary | 11001110 | 11001110 | 10010011 | 0 | 0 | 11101 | 10011 | 111100 | 100110 | 1000101 |
Color Harmonies of #CECE93
Complementary color
Monochromatic Colors of #CECE93
Black with #CECE93
Text Example
Text Example
White with #CECE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE93; }
p { color: rgb(206,206,147); }
H1.HeaderClassName
{
color: #CECE93;
}
.AnyTagClassName
{
color: #CECE93;
}
</style>
background-color css
<style>
a { background-color: #CECE93; }
a { background-color: rgb(206,206,147); }
div.DivClassName
{
background-color: #CECE93;
}
.BgClassName
{
background-color: #CECE93;
}
</style>
border-color css
<style>
span { border-color: #CECE93; }
span { border-color: rgb(206,206,147); }
td.TdClassName
{
border-color: #CECE93;
}
.TagClassName
{
border-color: #CECE93;
}
</style>