Shades of Deco #CECB7E
Tints of Deco #CECB7E
RGB
CMYK
RGB Variations
Color information
#CECB7E (or 0xCECB7E) is known color: Deco. HEX triplet: CE, CB and 7E. RGB value is (206,203,126). Sum of RGB (Red+Green+Blue) = 206+203+126=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7E is #313481. Grayscale: #C3C3C3. Windows color (decimal): -3224706 or 8309710. OLE color: 8309710.
HSL color Cylindrical-coordinate representation of color #CECB7E: hue angle of 57.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CECB7E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 126 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.19 |
| HSL | 57.75º | 0.45% | 0.65% | - |
| HSV(B) | 57.75º | 0.39% | 0.81% | - |
| XYZ | 50.58 | 57.34 | 28.14 | - |
| YUV | 195.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 126 | 0 | 0.01 | 0.39 | 0.19 | 57.75 | 0.45 | 0.65 |
| Hex | CE | CB | 7E | 0 | 1 | 27 | 13 | 3A | 2D | 41 |
| Octal | 316 | 313 | 176 | 0 | 1 | 47 | 23 | 72 | 55 | 101 |
| Binary | 11001110 | 11001011 | 1111110 | 0 | 1 | 100111 | 10011 | 111010 | 101101 | 1000001 |
Color Harmonies of #CECB7E
Complementary color
Monochromatic Colors of #CECB7E
Black with #CECB7E
Text Example
Text Example
White with #CECB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB7E; }
p { color: rgb(206,203,126); }
H1.HeaderClassName
{
color: #CECB7E;
}
.AnyTagClassName
{
color: #CECB7E;
}
</style>
background-color css
<style>
a { background-color: #CECB7E; }
a { background-color: rgb(206,203,126); }
div.DivClassName
{
background-color: #CECB7E;
}
.BgClassName
{
background-color: #CECB7E;
}
</style>
border-color css
<style>
span { border-color: #CECB7E; }
span { border-color: rgb(206,203,126); }
td.TdClassName
{
border-color: #CECB7E;
}
.TagClassName
{
border-color: #CECB7E;
}
</style>