Shades of Deco #CECC92
Tints of Deco #CECC92
RGB
CMYK
RGB Variations
Color information
#CECC92 (or 0xCECC92) is known color: Deco. HEX triplet: CE, CC and 92. RGB value is (206,204,146). Sum of RGB (Red+Green+Blue) = 206+204+146=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC92 is #31336D. Grayscale: #C6C6C6. Windows color (decimal): -3224430 or 9620686. OLE color: 9620686.
HSL color Cylindrical-coordinate representation of color #CECC92: hue angle of 58º 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 #CECC92 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 146 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.19 |
| HSL | 58º | 0.38% | 0.69% | - |
| HSV(B) | 58º | 0.29% | 0.81% | - |
| XYZ | 52.23 | 58.38 | 35.71 | - |
| YUV | 197.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 146 | 0 | 0.01 | 0.29 | 0.19 | 58 | 0.38 | 0.69 |
| Hex | CE | CC | 92 | 0 | 1 | 1D | 13 | 3A | 26 | 45 |
| Octal | 316 | 314 | 222 | 0 | 1 | 35 | 23 | 72 | 46 | 105 |
| Binary | 11001110 | 11001100 | 10010010 | 0 | 1 | 11101 | 10011 | 111010 | 100110 | 1000101 |
Color Harmonies of #CECC92
Complementary color
Monochromatic Colors of #CECC92
Black with #CECC92
Text Example
Text Example
White with #CECC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC92; }
p { color: rgb(206,204,146); }
H1.HeaderClassName
{
color: #CECC92;
}
.AnyTagClassName
{
color: #CECC92;
}
</style>
background-color css
<style>
a { background-color: #CECC92; }
a { background-color: rgb(206,204,146); }
div.DivClassName
{
background-color: #CECC92;
}
.BgClassName
{
background-color: #CECC92;
}
</style>
border-color css
<style>
span { border-color: #CECC92; }
span { border-color: rgb(206,204,146); }
td.TdClassName
{
border-color: #CECC92;
}
.TagClassName
{
border-color: #CECC92;
}
</style>