Shades of Deco #CECB76
Tints of Deco #CECB76
RGB
CMYK
RGB Variations
Color information
#CECB76 (or 0xCECB76) is known color: Deco. HEX triplet: CE, CB and 76. RGB value is (206,203,118). Sum of RGB (Red+Green+Blue) = 206+203+118=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB76 is #313489. Grayscale: #C2C2C2. Windows color (decimal): -3224714 or 7785422. OLE color: 7785422.
HSL color Cylindrical-coordinate representation of color #CECB76: hue angle of 57.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CECB76 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 118 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.19 |
| HSL | 57.95º | 0.47% | 0.64% | - |
| HSV(B) | 57.95º | 0.43% | 0.81% | - |
| XYZ | 50.08 | 57.14 | 25.53 | - |
| YUV | 194.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 118 | 0 | 0.01 | 0.43 | 0.19 | 57.95 | 0.47 | 0.64 |
| Hex | CE | CB | 76 | 0 | 1 | 2B | 13 | 3A | 2F | 40 |
| Octal | 316 | 313 | 166 | 0 | 1 | 53 | 23 | 72 | 57 | 100 |
| Binary | 11001110 | 11001011 | 1110110 | 0 | 1 | 101011 | 10011 | 111010 | 101111 | 1000000 |
Color Harmonies of #CECB76
Complementary color
Monochromatic Colors of #CECB76
Black with #CECB76
Text Example
Text Example
White with #CECB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB76; }
p { color: rgb(206,203,118); }
H1.HeaderClassName
{
color: #CECB76;
}
.AnyTagClassName
{
color: #CECB76;
}
</style>
background-color css
<style>
a { background-color: #CECB76; }
a { background-color: rgb(206,203,118); }
div.DivClassName
{
background-color: #CECB76;
}
.BgClassName
{
background-color: #CECB76;
}
</style>
border-color css
<style>
span { border-color: #CECB76; }
span { border-color: rgb(206,203,118); }
td.TdClassName
{
border-color: #CECB76;
}
.TagClassName
{
border-color: #CECB76;
}
</style>