Shades of Deco #C7CE7C
Tints of Deco #C7CE7C
RGB
CMYK
RGB Variations
Color information
#C7CE7C (or 0xC7CE7C) is known color: Deco. HEX triplet: C7, CE and 7C. RGB value is (199,206,124). Sum of RGB (Red+Green+Blue) = 199+206+124=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CE7C is #383183. Grayscale: #C2C2C2. Windows color (decimal): -3682692 or 8179399. OLE color: 8179399.
HSL color Cylindrical-coordinate representation of color #C7CE7C: hue angle of 65.12º 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 #C7CE7C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 124 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.19 |
| HSL | 65.12º | 0.46% | 0.65% | - |
| HSV(B) | 65.12º | 0.4% | 0.81% | - |
| XYZ | 49.26 | 57.74 | 27.62 | - |
| YUV | 194.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 124 | 0.03 | 0 | 0.40 | 0.19 | 65.12 | 0.46 | 0.65 |
| Hex | C7 | CE | 7C | 3 | 0 | 28 | 13 | 41 | 2E | 41 |
| Octal | 307 | 316 | 174 | 3 | 0 | 50 | 23 | 101 | 56 | 101 |
| Binary | 11000111 | 11001110 | 1111100 | 11 | 0 | 101000 | 10011 | 1000001 | 101110 | 1000001 |
Color Harmonies of #C7CE7C
Complementary color
Monochromatic Colors of #C7CE7C
Black with #C7CE7C
Text Example
Text Example
White with #C7CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE7C; }
p { color: rgb(199,206,124); }
H1.HeaderClassName
{
color: #C7CE7C;
}
.AnyTagClassName
{
color: #C7CE7C;
}
</style>
background-color css
<style>
a { background-color: #C7CE7C; }
a { background-color: rgb(199,206,124); }
div.DivClassName
{
background-color: #C7CE7C;
}
.BgClassName
{
background-color: #C7CE7C;
}
</style>
border-color css
<style>
span { border-color: #C7CE7C; }
span { border-color: rgb(199,206,124); }
td.TdClassName
{
border-color: #C7CE7C;
}
.TagClassName
{
border-color: #C7CE7C;
}
</style>