Shades of Deco #CECA78
Tints of Deco #CECA78
RGB
CMYK
RGB Variations
Color information
#CECA78 (or 0xCECA78) is known color: Deco. HEX triplet: CE, CA and 78. RGB value is (206,202,120). Sum of RGB (Red+Green+Blue) = 206+202+120=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA78 is #313587. Grayscale: #C2C2C2. Windows color (decimal): -3224968 or 7916238. OLE color: 7916238.
HSL color Cylindrical-coordinate representation of color #CECA78: hue angle of 57.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CECA78 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 120 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.19 |
| HSL | 57.21º | 0.47% | 0.64% | - |
| HSV(B) | 57.21º | 0.42% | 0.81% | - |
| XYZ | 49.96 | 56.72 | 26.08 | - |
| YUV | 193.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 120 | 0 | 0.02 | 0.42 | 0.19 | 57.21 | 0.47 | 0.64 |
| Hex | CE | CA | 78 | 0 | 2 | 2A | 13 | 39 | 2F | 40 |
| Octal | 316 | 312 | 170 | 0 | 2 | 52 | 23 | 71 | 57 | 100 |
| Binary | 11001110 | 11001010 | 1111000 | 0 | 10 | 101010 | 10011 | 111001 | 101111 | 1000000 |
Color Harmonies of #CECA78
Complementary color
Monochromatic Colors of #CECA78
Black with #CECA78
Text Example
Text Example
White with #CECA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA78; }
p { color: rgb(206,202,120); }
H1.HeaderClassName
{
color: #CECA78;
}
.AnyTagClassName
{
color: #CECA78;
}
</style>
background-color css
<style>
a { background-color: #CECA78; }
a { background-color: rgb(206,202,120); }
div.DivClassName
{
background-color: #CECA78;
}
.BgClassName
{
background-color: #CECA78;
}
</style>
border-color css
<style>
span { border-color: #CECA78; }
span { border-color: rgb(206,202,120); }
td.TdClassName
{
border-color: #CECA78;
}
.TagClassName
{
border-color: #CECA78;
}
</style>