Shades of Deco #CECC82
Tints of Deco #CECC82
RGB
CMYK
RGB Variations
Color information
#CECC82 (or 0xCECC82) is known color: Deco. HEX triplet: CE, CC and 82. RGB value is (206,204,130). Sum of RGB (Red+Green+Blue) = 206+204+130=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC82 is #31337D. Grayscale: #C4C4C4. Windows color (decimal): -3224446 or 8572110. OLE color: 8572110.
HSL color Cylindrical-coordinate representation of color #CECC82: hue angle of 58.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CECC82 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 130 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.19 |
| HSL | 58.42º | 0.44% | 0.66% | - |
| HSV(B) | 58.42º | 0.37% | 0.81% | - |
| XYZ | 51.08 | 57.92 | 29.61 | - |
| YUV | 196.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 130 | 0 | 0.01 | 0.37 | 0.19 | 58.42 | 0.44 | 0.66 |
| Hex | CE | CC | 82 | 0 | 1 | 25 | 13 | 3A | 2C | 42 |
| Octal | 316 | 314 | 202 | 0 | 1 | 45 | 23 | 72 | 54 | 102 |
| Binary | 11001110 | 11001100 | 10000010 | 0 | 1 | 100101 | 10011 | 111010 | 101100 | 1000010 |
Color Harmonies of #CECC82
Complementary color
Monochromatic Colors of #CECC82
Black with #CECC82
Text Example
Text Example
White with #CECC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC82; }
p { color: rgb(206,204,130); }
H1.HeaderClassName
{
color: #CECC82;
}
.AnyTagClassName
{
color: #CECC82;
}
</style>
background-color css
<style>
a { background-color: #CECC82; }
a { background-color: rgb(206,204,130); }
div.DivClassName
{
background-color: #CECC82;
}
.BgClassName
{
background-color: #CECC82;
}
</style>
border-color css
<style>
span { border-color: #CECC82; }
span { border-color: rgb(206,204,130); }
td.TdClassName
{
border-color: #CECC82;
}
.TagClassName
{
border-color: #CECC82;
}
</style>