Shades of Deco #CECB77
Tints of Deco #CECB77
RGB
CMYK
RGB Variations
Color information
#CECB77 (or 0xCECB77) is known color: Deco. HEX triplet: CE, CB and 77. RGB value is (206,203,119). Sum of RGB (Red+Green+Blue) = 206+203+119=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB77 is #313488. Grayscale: #C2C2C2. Windows color (decimal): -3224713 or 7850958. OLE color: 7850958.
HSL color Cylindrical-coordinate representation of color #CECB77: hue angle of 57.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CECB77 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 119 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.19 |
| HSL | 57.93º | 0.47% | 0.64% | - |
| HSV(B) | 57.93º | 0.42% | 0.81% | - |
| XYZ | 50.14 | 57.17 | 25.84 | - |
| YUV | 194.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 119 | 0 | 0.01 | 0.42 | 0.19 | 57.93 | 0.47 | 0.64 |
| Hex | CE | CB | 77 | 0 | 1 | 2A | 13 | 3A | 2F | 40 |
| Octal | 316 | 313 | 167 | 0 | 1 | 52 | 23 | 72 | 57 | 100 |
| Binary | 11001110 | 11001011 | 1110111 | 0 | 1 | 101010 | 10011 | 111010 | 101111 | 1000000 |
Color Harmonies of #CECB77
Complementary color
Monochromatic Colors of #CECB77
Black with #CECB77
Text Example
Text Example
White with #CECB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB77; }
p { color: rgb(206,203,119); }
H1.HeaderClassName
{
color: #CECB77;
}
.AnyTagClassName
{
color: #CECB77;
}
</style>
background-color css
<style>
a { background-color: #CECB77; }
a { background-color: rgb(206,203,119); }
div.DivClassName
{
background-color: #CECB77;
}
.BgClassName
{
background-color: #CECB77;
}
</style>
border-color css
<style>
span { border-color: #CECB77; }
span { border-color: rgb(206,203,119); }
td.TdClassName
{
border-color: #CECB77;
}
.TagClassName
{
border-color: #CECB77;
}
</style>