Shades of Metallic Gold #C7A036
Tints of Metallic Gold #C7A036
RGB
CMYK
RGB Variations
Color information
#C7A036 (or 0xC7A036) is known color: Metallic Gold. HEX triplet: C7, A0 and 36. RGB value is (199,160,54). Sum of RGB (Red+Green+Blue) = 199+160+54=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A036 is #385FC9. Grayscale: #A0A0A0. Windows color (decimal): -3694538 or 3580103. OLE color: 3580103.
HSL color Cylindrical-coordinate representation of color #C7A036: hue angle of 43.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7A036 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 54 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.22 |
| HSL | 43.86º | 0.57% | 0.5% | - |
| HSV(B) | 43.86º | 0.73% | 0.78% | - |
| XYZ | 36.79 | 37.55 | 8.8 | - |
| YUV | 159.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 54 | 0 | 0.20 | 0.73 | 0.22 | 43.86 | 0.57 | 0.5 |
| Hex | C7 | A0 | 36 | 0 | 14 | 49 | 16 | 2C | 39 | 32 |
| Octal | 307 | 240 | 66 | 0 | 24 | 111 | 26 | 54 | 71 | 62 |
| Binary | 11000111 | 10100000 | 110110 | 0 | 10100 | 1001001 | 10110 | 101100 | 111001 | 110010 |
Color Harmonies of #C7A036
Complementary color
Monochromatic Colors of #C7A036
Black with #C7A036
Text Example
Text Example
White with #C7A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A036; }
p { color: rgb(199,160,54); }
H1.HeaderClassName
{
color: #C7A036;
}
.AnyTagClassName
{
color: #C7A036;
}
</style>
background-color css
<style>
a { background-color: #C7A036; }
a { background-color: rgb(199,160,54); }
div.DivClassName
{
background-color: #C7A036;
}
.BgClassName
{
background-color: #C7A036;
}
</style>
border-color css
<style>
span { border-color: #C7A036; }
span { border-color: rgb(199,160,54); }
td.TdClassName
{
border-color: #C7A036;
}
.TagClassName
{
border-color: #C7A036;
}
</style>