Shades of Deco #C7CE70
Tints of Deco #C7CE70
RGB
CMYK
RGB Variations
Color information
#C7CE70 (or 0xC7CE70) is known color: Deco. HEX triplet: C7, CE and 70. RGB value is (199,206,112). Sum of RGB (Red+Green+Blue) = 199+206+112=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CE70 is #38318F. Grayscale: #C1C1C1. Windows color (decimal): -3682704 or 7392967. OLE color: 7392967.
HSL color Cylindrical-coordinate representation of color #C7CE70: hue angle of 64.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7CE70 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 112 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.19 |
| HSL | 64.47º | 0.49% | 0.62% | - |
| HSV(B) | 64.47º | 0.46% | 0.81% | - |
| XYZ | 48.55 | 57.45 | 23.86 | - |
| YUV | 193.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 112 | 0.03 | 0 | 0.46 | 0.19 | 64.47 | 0.49 | 0.62 |
| Hex | C7 | CE | 70 | 3 | 0 | 2E | 13 | 40 | 31 | 3E |
| Octal | 307 | 316 | 160 | 3 | 0 | 56 | 23 | 100 | 61 | 76 |
| Binary | 11000111 | 11001110 | 1110000 | 11 | 0 | 101110 | 10011 | 1000000 | 110001 | 111110 |
Color Harmonies of #C7CE70
Complementary color
Monochromatic Colors of #C7CE70
Black with #C7CE70
Text Example
Text Example
White with #C7CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE70; }
p { color: rgb(199,206,112); }
H1.HeaderClassName
{
color: #C7CE70;
}
.AnyTagClassName
{
color: #C7CE70;
}
</style>
background-color css
<style>
a { background-color: #C7CE70; }
a { background-color: rgb(199,206,112); }
div.DivClassName
{
background-color: #C7CE70;
}
.BgClassName
{
background-color: #C7CE70;
}
</style>
border-color css
<style>
span { border-color: #C7CE70; }
span { border-color: rgb(199,206,112); }
td.TdClassName
{
border-color: #C7CE70;
}
.TagClassName
{
border-color: #C7CE70;
}
</style>