Shades of Deco #CECC81
Tints of Deco #CECC81
RGB
CMYK
RGB Variations
Color information
#CECC81 (or 0xCECC81) is known color: Deco. HEX triplet: CE, CC and 81. RGB value is (206,204,129). Sum of RGB (Red+Green+Blue) = 206+204+129=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC81 is #31337E. Grayscale: #C4C4C4. Windows color (decimal): -3224447 or 8506574. OLE color: 8506574.
HSL color Cylindrical-coordinate representation of color #CECC81: hue angle of 58.44º 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 #CECC81 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 129 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.19 |
| HSL | 58.44º | 0.44% | 0.66% | - |
| HSV(B) | 58.44º | 0.37% | 0.81% | - |
| XYZ | 51.01 | 57.89 | 29.25 | - |
| YUV | 196.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 129 | 0 | 0.01 | 0.37 | 0.19 | 58.44 | 0.44 | 0.66 |
| Hex | CE | CC | 81 | 0 | 1 | 25 | 13 | 3A | 2C | 42 |
| Octal | 316 | 314 | 201 | 0 | 1 | 45 | 23 | 72 | 54 | 102 |
| Binary | 11001110 | 11001100 | 10000001 | 0 | 1 | 100101 | 10011 | 111010 | 101100 | 1000010 |
Color Harmonies of #CECC81
Complementary color
Monochromatic Colors of #CECC81
Black with #CECC81
Text Example
Text Example
White with #CECC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC81; }
p { color: rgb(206,204,129); }
H1.HeaderClassName
{
color: #CECC81;
}
.AnyTagClassName
{
color: #CECC81;
}
</style>
background-color css
<style>
a { background-color: #CECC81; }
a { background-color: rgb(206,204,129); }
div.DivClassName
{
background-color: #CECC81;
}
.BgClassName
{
background-color: #CECC81;
}
</style>
border-color css
<style>
span { border-color: #CECC81; }
span { border-color: rgb(206,204,129); }
td.TdClassName
{
border-color: #CECC81;
}
.TagClassName
{
border-color: #CECC81;
}
</style>