Shades of Deco #CECB70
Tints of Deco #CECB70
RGB
CMYK
RGB Variations
Color information
#CECB70 (or 0xCECB70) is known color: Deco. HEX triplet: CE, CB and 70. RGB value is (206,203,112). Sum of RGB (Red+Green+Blue) = 206+203+112=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB70 is #31348F. Grayscale: #C1C1C1. Windows color (decimal): -3224720 or 7392206. OLE color: 7392206.
HSL color Cylindrical-coordinate representation of color #CECB70: hue angle of 58.09º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CECB70 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 112 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.19 |
| HSL | 58.09º | 0.49% | 0.62% | - |
| HSV(B) | 58.09º | 0.46% | 0.81% | - |
| XYZ | 49.73 | 57 | 23.71 | - |
| YUV | 193.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 112 | 0 | 0.01 | 0.46 | 0.19 | 58.09 | 0.49 | 0.62 |
| Hex | CE | CB | 70 | 0 | 1 | 2E | 13 | 3A | 31 | 3E |
| Octal | 316 | 313 | 160 | 0 | 1 | 56 | 23 | 72 | 61 | 76 |
| Binary | 11001110 | 11001011 | 1110000 | 0 | 1 | 101110 | 10011 | 111010 | 110001 | 111110 |
Color Harmonies of #CECB70
Complementary color
Monochromatic Colors of #CECB70
Black with #CECB70
Text Example
Text Example
White with #CECB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB70; }
p { color: rgb(206,203,112); }
H1.HeaderClassName
{
color: #CECB70;
}
.AnyTagClassName
{
color: #CECB70;
}
</style>
background-color css
<style>
a { background-color: #CECB70; }
a { background-color: rgb(206,203,112); }
div.DivClassName
{
background-color: #CECB70;
}
.BgClassName
{
background-color: #CECB70;
}
</style>
border-color css
<style>
span { border-color: #CECB70; }
span { border-color: rgb(206,203,112); }
td.TdClassName
{
border-color: #CECB70;
}
.TagClassName
{
border-color: #CECB70;
}
</style>