Shades of Deco #CECC89
Tints of Deco #CECC89
RGB
CMYK
RGB Variations
Color information
#CECC89 (or 0xCECC89) is known color: Deco. HEX triplet: CE, CC and 89. RGB value is (206,204,137). Sum of RGB (Red+Green+Blue) = 206+204+137=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC89 is #313376. Grayscale: #C5C5C5. Windows color (decimal): -3224439 or 9030862. OLE color: 9030862.
HSL color Cylindrical-coordinate representation of color #CECC89: hue angle of 58.26º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECC89 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 137 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 58.26º | 0.41% | 0.67% | - |
| HSV(B) | 58.26º | 0.33% | 0.81% | - |
| XYZ | 51.56 | 58.11 | 32.17 | - |
| YUV | 196.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 137 | 0 | 0.01 | 0.33 | 0.19 | 58.26 | 0.41 | 0.67 |
| Hex | CE | CC | 89 | 0 | 1 | 21 | 13 | 3A | 29 | 43 |
| Octal | 316 | 314 | 211 | 0 | 1 | 41 | 23 | 72 | 51 | 103 |
| Binary | 11001110 | 11001100 | 10001001 | 0 | 1 | 100001 | 10011 | 111010 | 101001 | 1000011 |
Color Harmonies of #CECC89
Complementary color
Monochromatic Colors of #CECC89
Black with #CECC89
Text Example
Text Example
White with #CECC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC89; }
p { color: rgb(206,204,137); }
H1.HeaderClassName
{
color: #CECC89;
}
.AnyTagClassName
{
color: #CECC89;
}
</style>
background-color css
<style>
a { background-color: #CECC89; }
a { background-color: rgb(206,204,137); }
div.DivClassName
{
background-color: #CECC89;
}
.BgClassName
{
background-color: #CECC89;
}
</style>
border-color css
<style>
span { border-color: #CECC89; }
span { border-color: rgb(206,204,137); }
td.TdClassName
{
border-color: #CECC89;
}
.TagClassName
{
border-color: #CECC89;
}
</style>