Shades of Metallic Gold #C7A62E
Tints of Metallic Gold #C7A62E
RGB
CMYK
RGB Variations
Color information
#C7A62E (or 0xC7A62E) is known color: Metallic Gold. HEX triplet: C7, A6 and 2E. RGB value is (199,166,46). Sum of RGB (Red+Green+Blue) = 199+166+46=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A62E is #3859D1. Grayscale: #A2A2A2. Windows color (decimal): -3693010 or 3057351. OLE color: 3057351.
HSL color Cylindrical-coordinate representation of color #C7A62E: hue angle of 47.06º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7A62E is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 46 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.22 |
| HSL | 47.06º | 0.62% | 0.48% | - |
| HSV(B) | 47.06º | 0.77% | 0.78% | - |
| XYZ | 37.68 | 39.61 | 8.24 | - |
| YUV | 162.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 46 | 0 | 0.17 | 0.77 | 0.22 | 47.06 | 0.62 | 0.48 |
| Hex | C7 | A6 | 2E | 0 | 11 | 4D | 16 | 2F | 3E | 30 |
| Octal | 307 | 246 | 56 | 0 | 21 | 115 | 26 | 57 | 76 | 60 |
| Binary | 11000111 | 10100110 | 101110 | 0 | 10001 | 1001101 | 10110 | 101111 | 111110 | 110000 |
Color Harmonies of #C7A62E
Complementary color
Monochromatic Colors of #C7A62E
Black with #C7A62E
Text Example
Text Example
White with #C7A62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A62E; }
p { color: rgb(199,166,46); }
H1.HeaderClassName
{
color: #C7A62E;
}
.AnyTagClassName
{
color: #C7A62E;
}
</style>
background-color css
<style>
a { background-color: #C7A62E; }
a { background-color: rgb(199,166,46); }
div.DivClassName
{
background-color: #C7A62E;
}
.BgClassName
{
background-color: #C7A62E;
}
</style>
border-color css
<style>
span { border-color: #C7A62E; }
span { border-color: rgb(199,166,46); }
td.TdClassName
{
border-color: #C7A62E;
}
.TagClassName
{
border-color: #C7A62E;
}
</style>