Shades of Deco #CECE87
Tints of Deco #CECE87
RGB
CMYK
RGB Variations
Color information
#CECE87 (or 0xCECE87) is known color: Deco. HEX triplet: CE, CE and 87. RGB value is (206,206,135). Sum of RGB (Red+Green+Blue) = 206+206+135=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE87 is #313178. Grayscale: #C6C6C6. Windows color (decimal): -3223929 or 8900302. OLE color: 8900302.
HSL color Cylindrical-coordinate representation of color #CECE87: hue angle of 60º 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 #CECE87 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 135 | - |
| CMYK | 0 | 0 | 0.34 | 0.19 |
| HSL | 60º | 0.42% | 0.67% | - |
| HSV(B) | 60º | 0.34% | 0.81% | - |
| XYZ | 51.9 | 59.01 | 31.58 | - |
| YUV | 197.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 135 | 0 | 0 | 0.34 | 0.19 | 60 | 0.42 | 0.67 |
| Hex | CE | CE | 87 | 0 | 0 | 22 | 13 | 3C | 2A | 43 |
| Octal | 316 | 316 | 207 | 0 | 0 | 42 | 23 | 74 | 52 | 103 |
| Binary | 11001110 | 11001110 | 10000111 | 0 | 0 | 100010 | 10011 | 111100 | 101010 | 1000011 |
Color Harmonies of #CECE87
Complementary color
Monochromatic Colors of #CECE87
Black with #CECE87
Text Example
Text Example
White with #CECE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE87; }
p { color: rgb(206,206,135); }
H1.HeaderClassName
{
color: #CECE87;
}
.AnyTagClassName
{
color: #CECE87;
}
</style>
background-color css
<style>
a { background-color: #CECE87; }
a { background-color: rgb(206,206,135); }
div.DivClassName
{
background-color: #CECE87;
}
.BgClassName
{
background-color: #CECE87;
}
</style>
border-color css
<style>
span { border-color: #CECE87; }
span { border-color: rgb(206,206,135); }
td.TdClassName
{
border-color: #CECE87;
}
.TagClassName
{
border-color: #CECE87;
}
</style>