Shades of Deco #CECF76
Tints of Deco #CECF76
RGB
CMYK
RGB Variations
Color information
#CECF76 (or 0xCECF76) is known color: Deco. HEX triplet: CE, CF and 76. RGB value is (206,207,118). Sum of RGB (Red+Green+Blue) = 206+207+118=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF76 is #313089. Grayscale: #C4C4C4. Windows color (decimal): -3223690 or 7786446. OLE color: 7786446.
HSL color Cylindrical-coordinate representation of color #CECF76: hue angle of 60.67º degrees, saturation: 0.48, 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 #CECF76 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 118 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.19 |
| HSL | 60.67º | 0.48% | 0.64% | - |
| HSV(B) | 60.67º | 0.43% | 0.81% | - |
| XYZ | 51.04 | 59.06 | 25.85 | - |
| YUV | 196.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 118 | 0.00 | 0 | 0.43 | 0.19 | 60.67 | 0.48 | 0.64 |
| Hex | CE | CF | 76 | 0 | 0 | 2B | 13 | 3D | 30 | 40 |
| Octal | 316 | 317 | 166 | 0 | 0 | 53 | 23 | 75 | 60 | 100 |
| Binary | 11001110 | 11001111 | 1110110 | 0 | 0 | 101011 | 10011 | 111101 | 110000 | 1000000 |
Color Harmonies of #CECF76
Complementary color
Monochromatic Colors of #CECF76
Black with #CECF76
Text Example
Text Example
White with #CECF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF76; }
p { color: rgb(206,207,118); }
H1.HeaderClassName
{
color: #CECF76;
}
.AnyTagClassName
{
color: #CECF76;
}
</style>
background-color css
<style>
a { background-color: #CECF76; }
a { background-color: rgb(206,207,118); }
div.DivClassName
{
background-color: #CECF76;
}
.BgClassName
{
background-color: #CECF76;
}
</style>
border-color css
<style>
span { border-color: #CECF76; }
span { border-color: rgb(206,207,118); }
td.TdClassName
{
border-color: #CECF76;
}
.TagClassName
{
border-color: #CECF76;
}
</style>