Shades of Deco #CECB84
Tints of Deco #CECB84
RGB
CMYK
RGB Variations
Color information
#CECB84 (or 0xCECB84) is known color: Deco. HEX triplet: CE, CB and 84. RGB value is (206,203,132). Sum of RGB (Red+Green+Blue) = 206+203+132=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB84 is #31347B. Grayscale: #C4C4C4. Windows color (decimal): -3224700 or 8702926. OLE color: 8702926.
HSL color Cylindrical-coordinate representation of color #CECB84: hue angle of 57.57º 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 #CECB84 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 132 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.19 |
| HSL | 57.57º | 0.43% | 0.66% | - |
| HSV(B) | 57.57º | 0.36% | 0.81% | - |
| XYZ | 50.97 | 57.5 | 30.24 | - |
| YUV | 195.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 132 | 0 | 0.01 | 0.36 | 0.19 | 57.57 | 0.43 | 0.66 |
| Hex | CE | CB | 84 | 0 | 1 | 24 | 13 | 3A | 2B | 42 |
| Octal | 316 | 313 | 204 | 0 | 1 | 44 | 23 | 72 | 53 | 102 |
| Binary | 11001110 | 11001011 | 10000100 | 0 | 1 | 100100 | 10011 | 111010 | 101011 | 1000010 |
Color Harmonies of #CECB84
Complementary color
Monochromatic Colors of #CECB84
Black with #CECB84
Text Example
Text Example
White with #CECB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB84; }
p { color: rgb(206,203,132); }
H1.HeaderClassName
{
color: #CECB84;
}
.AnyTagClassName
{
color: #CECB84;
}
</style>
background-color css
<style>
a { background-color: #CECB84; }
a { background-color: rgb(206,203,132); }
div.DivClassName
{
background-color: #CECB84;
}
.BgClassName
{
background-color: #CECB84;
}
</style>
border-color css
<style>
span { border-color: #CECB84; }
span { border-color: rgb(206,203,132); }
td.TdClassName
{
border-color: #CECB84;
}
.TagClassName
{
border-color: #CECB84;
}
</style>