Shades of Deco #CECB7C
Tints of Deco #CECB7C
RGB
CMYK
RGB Variations
Color information
#CECB7C (or 0xCECB7C) is known color: Deco. HEX triplet: CE, CB and 7C. RGB value is (206,203,124). Sum of RGB (Red+Green+Blue) = 206+203+124=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7C is #313483. Grayscale: #C3C3C3. Windows color (decimal): -3224708 or 8178638. OLE color: 8178638.
HSL color Cylindrical-coordinate representation of color #CECB7C: hue angle of 57.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CECB7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 124 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 57.8º | 0.46% | 0.65% | - |
| HSV(B) | 57.8º | 0.4% | 0.81% | - |
| XYZ | 50.45 | 57.29 | 27.47 | - |
| YUV | 194.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 124 | 0 | 0.01 | 0.40 | 0.19 | 57.8 | 0.46 | 0.65 |
| Hex | CE | CB | 7C | 0 | 1 | 28 | 13 | 3A | 2E | 41 |
| Octal | 316 | 313 | 174 | 0 | 1 | 50 | 23 | 72 | 56 | 101 |
| Binary | 11001110 | 11001011 | 1111100 | 0 | 1 | 101000 | 10011 | 111010 | 101110 | 1000001 |
Color Harmonies of #CECB7C
Complementary color
Monochromatic Colors of #CECB7C
Black with #CECB7C
Text Example
Text Example
White with #CECB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB7C; }
p { color: rgb(206,203,124); }
H1.HeaderClassName
{
color: #CECB7C;
}
.AnyTagClassName
{
color: #CECB7C;
}
</style>
background-color css
<style>
a { background-color: #CECB7C; }
a { background-color: rgb(206,203,124); }
div.DivClassName
{
background-color: #CECB7C;
}
.BgClassName
{
background-color: #CECB7C;
}
</style>
border-color css
<style>
span { border-color: #CECB7C; }
span { border-color: rgb(206,203,124); }
td.TdClassName
{
border-color: #CECB7C;
}
.TagClassName
{
border-color: #CECB7C;
}
</style>