Shades of Deco #C7CF79
Tints of Deco #C7CF79
RGB
CMYK
RGB Variations
Color information
#C7CF79 (or 0xC7CF79) is known color: Deco. HEX triplet: C7, CF and 79. RGB value is (199,207,121). Sum of RGB (Red+Green+Blue) = 199+207+121=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF79 is #383086. Grayscale: #C3C3C3. Windows color (decimal): -3682439 or 7983047. OLE color: 7983047.
HSL color Cylindrical-coordinate representation of color #C7CF79: hue angle of 65.58º 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 #C7CF79 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 121 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.19 |
| HSL | 65.58º | 0.47% | 0.64% | - |
| HSV(B) | 65.58º | 0.42% | 0.81% | - |
| XYZ | 49.32 | 58.15 | 26.71 | - |
| YUV | 194.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 121 | 0.04 | 0 | 0.42 | 0.19 | 65.58 | 0.47 | 0.64 |
| Hex | C7 | CF | 79 | 4 | 0 | 2A | 13 | 42 | 2F | 40 |
| Octal | 307 | 317 | 171 | 4 | 0 | 52 | 23 | 102 | 57 | 100 |
| Binary | 11000111 | 11001111 | 1111001 | 100 | 0 | 101010 | 10011 | 1000010 | 101111 | 1000000 |
Color Harmonies of #C7CF79
Complementary color
Monochromatic Colors of #C7CF79
Black with #C7CF79
Text Example
Text Example
White with #C7CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF79; }
p { color: rgb(199,207,121); }
H1.HeaderClassName
{
color: #C7CF79;
}
.AnyTagClassName
{
color: #C7CF79;
}
</style>
background-color css
<style>
a { background-color: #C7CF79; }
a { background-color: rgb(199,207,121); }
div.DivClassName
{
background-color: #C7CF79;
}
.BgClassName
{
background-color: #C7CF79;
}
</style>
border-color css
<style>
span { border-color: #C7CF79; }
span { border-color: rgb(199,207,121); }
td.TdClassName
{
border-color: #C7CF79;
}
.TagClassName
{
border-color: #C7CF79;
}
</style>