Shades of Deco #CECD94
Tints of Deco #CECD94
RGB
CMYK
RGB Variations
Color information
#CECD94 (or 0xCECD94) is known color: Deco. HEX triplet: CE, CD and 94. RGB value is (206,205,148). Sum of RGB (Red+Green+Blue) = 206+205+148=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD94 is #31326B. Grayscale: #C7C7C7. Windows color (decimal): -3224172 or 9752014. OLE color: 9752014.
HSL color Cylindrical-coordinate representation of color #CECD94: hue angle of 58.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CECD94 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 148 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.19 |
| HSL | 58.97º | 0.37% | 0.69% | - |
| HSV(B) | 58.97º | 0.28% | 0.81% | - |
| XYZ | 52.63 | 58.92 | 36.62 | - |
| YUV | 198.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 148 | 0 | 0.00 | 0.28 | 0.19 | 58.97 | 0.37 | 0.69 |
| Hex | CE | CD | 94 | 0 | 0 | 1C | 13 | 3B | 25 | 45 |
| Octal | 316 | 315 | 224 | 0 | 0 | 34 | 23 | 73 | 45 | 105 |
| Binary | 11001110 | 11001101 | 10010100 | 0 | 0 | 11100 | 10011 | 111011 | 100101 | 1000101 |
Color Harmonies of #CECD94
Complementary color
Monochromatic Colors of #CECD94
Black with #CECD94
Text Example
Text Example
White with #CECD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD94; }
p { color: rgb(206,205,148); }
H1.HeaderClassName
{
color: #CECD94;
}
.AnyTagClassName
{
color: #CECD94;
}
</style>
background-color css
<style>
a { background-color: #CECD94; }
a { background-color: rgb(206,205,148); }
div.DivClassName
{
background-color: #CECD94;
}
.BgClassName
{
background-color: #CECD94;
}
</style>
border-color css
<style>
span { border-color: #CECD94; }
span { border-color: rgb(206,205,148); }
td.TdClassName
{
border-color: #CECD94;
}
.TagClassName
{
border-color: #CECD94;
}
</style>