Shades of Deco #CECA76
Tints of Deco #CECA76
RGB
CMYK
RGB Variations
Color information
#CECA76 (or 0xCECA76) is known color: Deco. HEX triplet: CE, CA and 76. RGB value is (206,202,118). Sum of RGB (Red+Green+Blue) = 206+202+118=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA76 is #313589. Grayscale: #C1C1C1. Windows color (decimal): -3224970 or 7785166. OLE color: 7785166.
HSL color Cylindrical-coordinate representation of color #CECA76: hue angle of 57.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CECA76 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 118 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.19 |
| HSL | 57.27º | 0.47% | 0.64% | - |
| HSV(B) | 57.27º | 0.43% | 0.81% | - |
| XYZ | 49.84 | 56.67 | 25.45 | - |
| YUV | 193.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 118 | 0 | 0.02 | 0.43 | 0.19 | 57.27 | 0.47 | 0.64 |
| Hex | CE | CA | 76 | 0 | 2 | 2B | 13 | 39 | 2F | 40 |
| Octal | 316 | 312 | 166 | 0 | 2 | 53 | 23 | 71 | 57 | 100 |
| Binary | 11001110 | 11001010 | 1110110 | 0 | 10 | 101011 | 10011 | 111001 | 101111 | 1000000 |
Color Harmonies of #CECA76
Complementary color
Monochromatic Colors of #CECA76
Black with #CECA76
Text Example
Text Example
White with #CECA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA76; }
p { color: rgb(206,202,118); }
H1.HeaderClassName
{
color: #CECA76;
}
.AnyTagClassName
{
color: #CECA76;
}
</style>
background-color css
<style>
a { background-color: #CECA76; }
a { background-color: rgb(206,202,118); }
div.DivClassName
{
background-color: #CECA76;
}
.BgClassName
{
background-color: #CECA76;
}
</style>
border-color css
<style>
span { border-color: #CECA76; }
span { border-color: rgb(206,202,118); }
td.TdClassName
{
border-color: #CECA76;
}
.TagClassName
{
border-color: #CECA76;
}
</style>