Shades of Deco #CECC83
Tints of Deco #CECC83
RGB
CMYK
RGB Variations
Color information
#CECC83 (or 0xCECC83) is known color: Deco. HEX triplet: CE, CC and 83. RGB value is (206,204,131). Sum of RGB (Red+Green+Blue) = 206+204+131=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC83 is #31337C. Grayscale: #C4C4C4. Windows color (decimal): -3224445 or 8637646. OLE color: 8637646.
HSL color Cylindrical-coordinate representation of color #CECC83: hue angle of 58.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CECC83 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 131 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.19 |
| HSL | 58.4º | 0.43% | 0.66% | - |
| HSV(B) | 58.4º | 0.36% | 0.81% | - |
| XYZ | 51.14 | 57.95 | 29.96 | - |
| YUV | 196.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 131 | 0 | 0.01 | 0.36 | 0.19 | 58.4 | 0.43 | 0.66 |
| Hex | CE | CC | 83 | 0 | 1 | 24 | 13 | 3A | 2B | 42 |
| Octal | 316 | 314 | 203 | 0 | 1 | 44 | 23 | 72 | 53 | 102 |
| Binary | 11001110 | 11001100 | 10000011 | 0 | 1 | 100100 | 10011 | 111010 | 101011 | 1000010 |
Color Harmonies of #CECC83
Complementary color
Monochromatic Colors of #CECC83
Black with #CECC83
Text Example
Text Example
White with #CECC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC83; }
p { color: rgb(206,204,131); }
H1.HeaderClassName
{
color: #CECC83;
}
.AnyTagClassName
{
color: #CECC83;
}
</style>
background-color css
<style>
a { background-color: #CECC83; }
a { background-color: rgb(206,204,131); }
div.DivClassName
{
background-color: #CECC83;
}
.BgClassName
{
background-color: #CECC83;
}
</style>
border-color css
<style>
span { border-color: #CECC83; }
span { border-color: rgb(206,204,131); }
td.TdClassName
{
border-color: #CECC83;
}
.TagClassName
{
border-color: #CECC83;
}
</style>