Shades of Metallic Gold #C7A237
Tints of Metallic Gold #C7A237
RGB
CMYK
RGB Variations
Color information
#C7A237 (or 0xC7A237) is known color: Metallic Gold. HEX triplet: C7, A2 and 37. RGB value is (199,162,55). Sum of RGB (Red+Green+Blue) = 199+162+55=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A237 is #385DC8. Grayscale: #A1A1A1. Windows color (decimal): -3694025 or 3646151. OLE color: 3646151.
HSL color Cylindrical-coordinate representation of color #C7A237: hue angle of 44.58º 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 #C7A237 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 55 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.22 |
| HSL | 44.58º | 0.57% | 0.5% | - |
| HSV(B) | 44.58º | 0.72% | 0.78% | - |
| XYZ | 37.16 | 38.26 | 9.04 | - |
| YUV | 160.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 55 | 0 | 0.19 | 0.72 | 0.22 | 44.58 | 0.57 | 0.5 |
| Hex | C7 | A2 | 37 | 0 | 13 | 48 | 16 | 2D | 39 | 32 |
| Octal | 307 | 242 | 67 | 0 | 23 | 110 | 26 | 55 | 71 | 62 |
| Binary | 11000111 | 10100010 | 110111 | 0 | 10011 | 1001000 | 10110 | 101101 | 111001 | 110010 |
Color Harmonies of #C7A237
Complementary color
Monochromatic Colors of #C7A237
Black with #C7A237
Text Example
Text Example
White with #C7A237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A237; }
p { color: rgb(199,162,55); }
H1.HeaderClassName
{
color: #C7A237;
}
.AnyTagClassName
{
color: #C7A237;
}
</style>
background-color css
<style>
a { background-color: #C7A237; }
a { background-color: rgb(199,162,55); }
div.DivClassName
{
background-color: #C7A237;
}
.BgClassName
{
background-color: #C7A237;
}
</style>
border-color css
<style>
span { border-color: #C7A237; }
span { border-color: rgb(199,162,55); }
td.TdClassName
{
border-color: #C7A237;
}
.TagClassName
{
border-color: #C7A237;
}
</style>