Shades of Deco #C7CD74
Tints of Deco #C7CD74
RGB
CMYK
RGB Variations
Color information
#C7CD74 (or 0xC7CD74) is known color: Deco. HEX triplet: C7, CD and 74. RGB value is (199,205,116). Sum of RGB (Red+Green+Blue) = 199+205+116=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD74 is #38328B. Grayscale: #C1C1C1. Windows color (decimal): -3682956 or 7654855. OLE color: 7654855.
HSL color Cylindrical-coordinate representation of color #C7CD74: hue angle of 64.04º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7CD74 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 205 | 116 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.20 |
| HSL | 64.04º | 0.47% | 0.63% | - |
| HSV(B) | 64.04º | 0.43% | 0.8% | - |
| XYZ | 48.54 | 57.07 | 24.98 | - |
| YUV | 193.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 205 | 116 | 0.03 | 0 | 0.43 | 0.20 | 64.04 | 0.47 | 0.63 |
| Hex | C7 | CD | 74 | 3 | 0 | 2B | 14 | 40 | 2F | 3F |
| Octal | 307 | 315 | 164 | 3 | 0 | 53 | 24 | 100 | 57 | 77 |
| Binary | 11000111 | 11001101 | 1110100 | 11 | 0 | 101011 | 10100 | 1000000 | 101111 | 111111 |
Color Harmonies of #C7CD74
Complementary color
Monochromatic Colors of #C7CD74
Black with #C7CD74
Text Example
Text Example
White with #C7CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CD74; }
p { color: rgb(199,205,116); }
H1.HeaderClassName
{
color: #C7CD74;
}
.AnyTagClassName
{
color: #C7CD74;
}
</style>
background-color css
<style>
a { background-color: #C7CD74; }
a { background-color: rgb(199,205,116); }
div.DivClassName
{
background-color: #C7CD74;
}
.BgClassName
{
background-color: #C7CD74;
}
</style>
border-color css
<style>
span { border-color: #C7CD74; }
span { border-color: rgb(199,205,116); }
td.TdClassName
{
border-color: #C7CD74;
}
.TagClassName
{
border-color: #C7CD74;
}
</style>