Shades of Deco #CECE81
Tints of Deco #CECE81
RGB
CMYK
RGB Variations
Color information
#CECE81 (or 0xCECE81) is known color: Deco. HEX triplet: CE, CE and 81. RGB value is (206,206,129). Sum of RGB (Red+Green+Blue) = 206+206+129=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE81 is #31317E. Grayscale: #C5C5C5. Windows color (decimal): -3223935 or 8507086. OLE color: 8507086.
HSL color Cylindrical-coordinate representation of color #CECE81: hue angle of 60º 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 #CECE81 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 129 | - |
| CMYK | 0 | 0 | 0.37 | 0.19 |
| HSL | 60º | 0.44% | 0.66% | - |
| HSV(B) | 60º | 0.37% | 0.81% | - |
| XYZ | 51.49 | 58.85 | 29.41 | - |
| YUV | 197.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 129 | 0 | 0 | 0.37 | 0.19 | 60 | 0.44 | 0.66 |
| Hex | CE | CE | 81 | 0 | 0 | 25 | 13 | 3C | 2C | 42 |
| Octal | 316 | 316 | 201 | 0 | 0 | 45 | 23 | 74 | 54 | 102 |
| Binary | 11001110 | 11001110 | 10000001 | 0 | 0 | 100101 | 10011 | 111100 | 101100 | 1000010 |
Color Harmonies of #CECE81
Complementary color
Monochromatic Colors of #CECE81
Black with #CECE81
Text Example
Text Example
White with #CECE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE81; }
p { color: rgb(206,206,129); }
H1.HeaderClassName
{
color: #CECE81;
}
.AnyTagClassName
{
color: #CECE81;
}
</style>
background-color css
<style>
a { background-color: #CECE81; }
a { background-color: rgb(206,206,129); }
div.DivClassName
{
background-color: #CECE81;
}
.BgClassName
{
background-color: #CECE81;
}
</style>
border-color css
<style>
span { border-color: #CECE81; }
span { border-color: rgb(206,206,129); }
td.TdClassName
{
border-color: #CECE81;
}
.TagClassName
{
border-color: #CECE81;
}
</style>