Shades of Metallic Gold #C7A337
Tints of Metallic Gold #C7A337
RGB
CMYK
RGB Variations
Color information
#C7A337 (or 0xC7A337) is known color: Metallic Gold. HEX triplet: C7, A3 and 37. RGB value is (199,163,55). Sum of RGB (Red+Green+Blue) = 199+163+55=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A337 is #385CC8. Grayscale: #A1A1A1. Windows color (decimal): -3693769 or 3646407. OLE color: 3646407.
HSL color Cylindrical-coordinate representation of color #C7A337: hue angle of 45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7A337 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 55 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.22 |
| HSL | 45º | 0.57% | 0.5% | - |
| HSV(B) | 45º | 0.72% | 0.78% | - |
| XYZ | 37.34 | 38.61 | 9.1 | - |
| YUV | 161.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 55 | 0 | 0.18 | 0.72 | 0.22 | 45 | 0.57 | 0.5 |
| Hex | C7 | A3 | 37 | 0 | 12 | 48 | 16 | 2D | 39 | 32 |
| Octal | 307 | 243 | 67 | 0 | 22 | 110 | 26 | 55 | 71 | 62 |
| Binary | 11000111 | 10100011 | 110111 | 0 | 10010 | 1001000 | 10110 | 101101 | 111001 | 110010 |
Color Harmonies of #C7A337
Complementary color
Monochromatic Colors of #C7A337
Black with #C7A337
Text Example
Text Example
White with #C7A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A337; }
p { color: rgb(199,163,55); }
H1.HeaderClassName
{
color: #C7A337;
}
.AnyTagClassName
{
color: #C7A337;
}
</style>
background-color css
<style>
a { background-color: #C7A337; }
a { background-color: rgb(199,163,55); }
div.DivClassName
{
background-color: #C7A337;
}
.BgClassName
{
background-color: #C7A337;
}
</style>
border-color css
<style>
span { border-color: #C7A337; }
span { border-color: rgb(199,163,55); }
td.TdClassName
{
border-color: #C7A337;
}
.TagClassName
{
border-color: #C7A337;
}
</style>