Shades of Deco #CECB7B
Tints of Deco #CECB7B
RGB
CMYK
RGB Variations
Color information
#CECB7B (or 0xCECB7B) is known color: Deco. HEX triplet: CE, CB and 7B. RGB value is (206,203,123). Sum of RGB (Red+Green+Blue) = 206+203+123=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7B is #313484. Grayscale: #C3C3C3. Windows color (decimal): -3224709 or 8113102. OLE color: 8113102.
HSL color Cylindrical-coordinate representation of color #CECB7B: hue angle of 57.83º 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 #CECB7B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 123 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 57.83º | 0.46% | 0.65% | - |
| HSV(B) | 57.83º | 0.4% | 0.81% | - |
| XYZ | 50.38 | 57.26 | 27.14 | - |
| YUV | 194.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 123 | 0 | 0.01 | 0.40 | 0.19 | 57.83 | 0.46 | 0.65 |
| Hex | CE | CB | 7B | 0 | 1 | 28 | 13 | 3A | 2E | 41 |
| Octal | 316 | 313 | 173 | 0 | 1 | 50 | 23 | 72 | 56 | 101 |
| Binary | 11001110 | 11001011 | 1111011 | 0 | 1 | 101000 | 10011 | 111010 | 101110 | 1000001 |
Color Harmonies of #CECB7B
Complementary color
Monochromatic Colors of #CECB7B
Black with #CECB7B
Text Example
Text Example
White with #CECB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB7B; }
p { color: rgb(206,203,123); }
H1.HeaderClassName
{
color: #CECB7B;
}
.AnyTagClassName
{
color: #CECB7B;
}
</style>
background-color css
<style>
a { background-color: #CECB7B; }
a { background-color: rgb(206,203,123); }
div.DivClassName
{
background-color: #CECB7B;
}
.BgClassName
{
background-color: #CECB7B;
}
</style>
border-color css
<style>
span { border-color: #CECB7B; }
span { border-color: rgb(206,203,123); }
td.TdClassName
{
border-color: #CECB7B;
}
.TagClassName
{
border-color: #CECB7B;
}
</style>