Shades of Deco #CECF7C
Tints of Deco #CECF7C
RGB
CMYK
RGB Variations
Color information
#CECF7C (or 0xCECF7C) is known color: Deco. HEX triplet: CE, CF and 7C. RGB value is (206,207,124). Sum of RGB (Red+Green+Blue) = 206+207+124=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF7C is #313083. Grayscale: #C5C5C5. Windows color (decimal): -3223684 or 8179662. OLE color: 8179662.
HSL color Cylindrical-coordinate representation of color #CECF7C: hue angle of 60.72º 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 #CECF7C is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 124 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.19 |
| HSL | 60.72º | 0.46% | 0.65% | - |
| HSV(B) | 60.72º | 0.4% | 0.81% | - |
| XYZ | 51.4 | 59.2 | 27.79 | - |
| YUV | 197.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 124 | 0.00 | 0 | 0.40 | 0.19 | 60.72 | 0.46 | 0.65 |
| Hex | CE | CF | 7C | 0 | 0 | 28 | 13 | 3D | 2E | 41 |
| Octal | 316 | 317 | 174 | 0 | 0 | 50 | 23 | 75 | 56 | 101 |
| Binary | 11001110 | 11001111 | 1111100 | 0 | 0 | 101000 | 10011 | 111101 | 101110 | 1000001 |
Color Harmonies of #CECF7C
Complementary color
Monochromatic Colors of #CECF7C
Black with #CECF7C
Text Example
Text Example
White with #CECF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF7C; }
p { color: rgb(206,207,124); }
H1.HeaderClassName
{
color: #CECF7C;
}
.AnyTagClassName
{
color: #CECF7C;
}
</style>
background-color css
<style>
a { background-color: #CECF7C; }
a { background-color: rgb(206,207,124); }
div.DivClassName
{
background-color: #CECF7C;
}
.BgClassName
{
background-color: #CECF7C;
}
</style>
border-color css
<style>
span { border-color: #CECF7C; }
span { border-color: rgb(206,207,124); }
td.TdClassName
{
border-color: #CECF7C;
}
.TagClassName
{
border-color: #CECF7C;
}
</style>