Shades of Deco #C7D874
Tints of Deco #C7D874
RGB
CMYK
RGB Variations
Color information
#C7D874 (or 0xC7D874) is known color: Deco. HEX triplet: C7, D8 and 74. RGB value is (199,216,116). Sum of RGB (Red+Green+Blue) = 199+216+116=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D874 is #38278B. Grayscale: #C7C7C7. Windows color (decimal): -3680140 or 7657671. OLE color: 7657671.
HSL color Cylindrical-coordinate representation of color #C7D874: hue angle of 70.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D874 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 116 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.15 |
| HSL | 70.2º | 0.56% | 0.65% | - |
| HSV(B) | 70.2º | 0.46% | 0.85% | - |
| XYZ | 51.26 | 62.51 | 25.89 | - |
| YUV | 199.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 116 | 0.08 | 0 | 0.46 | 0.15 | 70.2 | 0.56 | 0.65 |
| Hex | C7 | D8 | 74 | 8 | 0 | 2E | F | 46 | 38 | 41 |
| Octal | 307 | 330 | 164 | 10 | 0 | 56 | 17 | 106 | 70 | 101 |
| Binary | 11000111 | 11011000 | 1110100 | 1000 | 0 | 101110 | 1111 | 1000110 | 111000 | 1000001 |
Color Harmonies of #C7D874
Complementary color
Monochromatic Colors of #C7D874
Black with #C7D874
Text Example
Text Example
White with #C7D874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D874; }
p { color: rgb(199,216,116); }
H1.HeaderClassName
{
color: #C7D874;
}
.AnyTagClassName
{
color: #C7D874;
}
</style>
background-color css
<style>
a { background-color: #C7D874; }
a { background-color: rgb(199,216,116); }
div.DivClassName
{
background-color: #C7D874;
}
.BgClassName
{
background-color: #C7D874;
}
</style>
border-color css
<style>
span { border-color: #C7D874; }
span { border-color: rgb(199,216,116); }
td.TdClassName
{
border-color: #C7D874;
}
.TagClassName
{
border-color: #C7D874;
}
</style>