Shades of Metallic Gold #C7A637
Tints of Metallic Gold #C7A637
RGB
CMYK
RGB Variations
Color information
#C7A637 (or 0xC7A637) is known color: Metallic Gold. HEX triplet: C7, A6 and 37. RGB value is (199,166,55). Sum of RGB (Red+Green+Blue) = 199+166+55=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A637 is #3859C8. Grayscale: #A3A3A3. Windows color (decimal): -3693001 or 3647175. OLE color: 3647175.
HSL color Cylindrical-coordinate representation of color #C7A637: hue angle of 46.25º 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 #C7A637 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 55 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.22 |
| HSL | 46.25º | 0.57% | 0.5% | - |
| HSV(B) | 46.25º | 0.72% | 0.78% | - |
| XYZ | 37.88 | 39.69 | 9.28 | - |
| YUV | 163.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 55 | 0 | 0.17 | 0.72 | 0.22 | 46.25 | 0.57 | 0.5 |
| Hex | C7 | A6 | 37 | 0 | 11 | 48 | 16 | 2E | 39 | 32 |
| Octal | 307 | 246 | 67 | 0 | 21 | 110 | 26 | 56 | 71 | 62 |
| Binary | 11000111 | 10100110 | 110111 | 0 | 10001 | 1001000 | 10110 | 101110 | 111001 | 110010 |
Color Harmonies of #C7A637
Complementary color
Monochromatic Colors of #C7A637
Black with #C7A637
Text Example
Text Example
White with #C7A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A637; }
p { color: rgb(199,166,55); }
H1.HeaderClassName
{
color: #C7A637;
}
.AnyTagClassName
{
color: #C7A637;
}
</style>
background-color css
<style>
a { background-color: #C7A637; }
a { background-color: rgb(199,166,55); }
div.DivClassName
{
background-color: #C7A637;
}
.BgClassName
{
background-color: #C7A637;
}
</style>
border-color css
<style>
span { border-color: #C7A637; }
span { border-color: rgb(199,166,55); }
td.TdClassName
{
border-color: #C7A637;
}
.TagClassName
{
border-color: #C7A637;
}
</style>