Shades of Deco #C7CF70
Tints of Deco #C7CF70
RGB
CMYK
RGB Variations
Color information
#C7CF70 (or 0xC7CF70) is known color: Deco. HEX triplet: C7, CF and 70. RGB value is (199,207,112). Sum of RGB (Red+Green+Blue) = 199+207+112=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF70 is #38308F. Grayscale: #C2C2C2. Windows color (decimal): -3682448 or 7393223. OLE color: 7393223.
HSL color Cylindrical-coordinate representation of color #C7CF70: hue angle of 65.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7CF70 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 112 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.19 |
| HSL | 65.05º | 0.5% | 0.63% | - |
| HSV(B) | 65.05º | 0.46% | 0.81% | - |
| XYZ | 48.79 | 57.94 | 23.94 | - |
| YUV | 193.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 112 | 0.04 | 0 | 0.46 | 0.19 | 65.05 | 0.5 | 0.63 |
| Hex | C7 | CF | 70 | 4 | 0 | 2E | 13 | 41 | 32 | 3F |
| Octal | 307 | 317 | 160 | 4 | 0 | 56 | 23 | 101 | 62 | 77 |
| Binary | 11000111 | 11001111 | 1110000 | 100 | 0 | 101110 | 10011 | 1000001 | 110010 | 111111 |
Color Harmonies of #C7CF70
Complementary color
Monochromatic Colors of #C7CF70
Black with #C7CF70
Text Example
Text Example
White with #C7CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF70; }
p { color: rgb(199,207,112); }
H1.HeaderClassName
{
color: #C7CF70;
}
.AnyTagClassName
{
color: #C7CF70;
}
</style>
background-color css
<style>
a { background-color: #C7CF70; }
a { background-color: rgb(199,207,112); }
div.DivClassName
{
background-color: #C7CF70;
}
.BgClassName
{
background-color: #C7CF70;
}
</style>
border-color css
<style>
span { border-color: #C7CF70; }
span { border-color: rgb(199,207,112); }
td.TdClassName
{
border-color: #C7CF70;
}
.TagClassName
{
border-color: #C7CF70;
}
</style>