Shades of Deco #CECC88
Tints of Deco #CECC88
RGB
CMYK
RGB Variations
Color information
#CECC88 (or 0xCECC88) is known color: Deco. HEX triplet: CE, CC and 88. RGB value is (206,204,136). Sum of RGB (Red+Green+Blue) = 206+204+136=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC88 is #313377. Grayscale: #C5C5C5. Windows color (decimal): -3224440 or 8965326. OLE color: 8965326.
HSL color Cylindrical-coordinate representation of color #CECC88: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CECC88 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 136 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.19 |
| HSL | 58.29º | 0.42% | 0.67% | - |
| HSV(B) | 58.29º | 0.34% | 0.81% | - |
| XYZ | 51.49 | 58.09 | 31.79 | - |
| YUV | 196.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 136 | 0 | 0.01 | 0.34 | 0.19 | 58.29 | 0.42 | 0.67 |
| Hex | CE | CC | 88 | 0 | 1 | 22 | 13 | 3A | 2A | 43 |
| Octal | 316 | 314 | 210 | 0 | 1 | 42 | 23 | 72 | 52 | 103 |
| Binary | 11001110 | 11001100 | 10001000 | 0 | 1 | 100010 | 10011 | 111010 | 101010 | 1000011 |
Color Harmonies of #CECC88
Complementary color
Monochromatic Colors of #CECC88
Black with #CECC88
Text Example
Text Example
White with #CECC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC88; }
p { color: rgb(206,204,136); }
H1.HeaderClassName
{
color: #CECC88;
}
.AnyTagClassName
{
color: #CECC88;
}
</style>
background-color css
<style>
a { background-color: #CECC88; }
a { background-color: rgb(206,204,136); }
div.DivClassName
{
background-color: #CECC88;
}
.BgClassName
{
background-color: #CECC88;
}
</style>
border-color css
<style>
span { border-color: #CECC88; }
span { border-color: rgb(206,204,136); }
td.TdClassName
{
border-color: #CECC88;
}
.TagClassName
{
border-color: #CECC88;
}
</style>