Shades of Metallic Gold #C7A136
Tints of Metallic Gold #C7A136
RGB
CMYK
RGB Variations
Color information
#C7A136 (or 0xC7A136) is known color: Metallic Gold. HEX triplet: C7, A1 and 36. RGB value is (199,161,54). Sum of RGB (Red+Green+Blue) = 199+161+54=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A136 is #385EC9. Grayscale: #A0A0A0. Windows color (decimal): -3694282 or 3580359. OLE color: 3580359.
HSL color Cylindrical-coordinate representation of color #C7A136: hue angle of 44.28º 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 #C7A136 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 54 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.22 |
| HSL | 44.28º | 0.57% | 0.5% | - |
| HSV(B) | 44.28º | 0.73% | 0.78% | - |
| XYZ | 36.96 | 37.9 | 8.86 | - |
| YUV | 160.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 54 | 0 | 0.19 | 0.73 | 0.22 | 44.28 | 0.57 | 0.5 |
| Hex | C7 | A1 | 36 | 0 | 13 | 49 | 16 | 2C | 39 | 32 |
| Octal | 307 | 241 | 66 | 0 | 23 | 111 | 26 | 54 | 71 | 62 |
| Binary | 11000111 | 10100001 | 110110 | 0 | 10011 | 1001001 | 10110 | 101100 | 111001 | 110010 |
Color Harmonies of #C7A136
Complementary color
Monochromatic Colors of #C7A136
Black with #C7A136
Text Example
Text Example
White with #C7A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A136; }
p { color: rgb(199,161,54); }
H1.HeaderClassName
{
color: #C7A136;
}
.AnyTagClassName
{
color: #C7A136;
}
</style>
background-color css
<style>
a { background-color: #C7A136; }
a { background-color: rgb(199,161,54); }
div.DivClassName
{
background-color: #C7A136;
}
.BgClassName
{
background-color: #C7A136;
}
</style>
border-color css
<style>
span { border-color: #C7A136; }
span { border-color: rgb(199,161,54); }
td.TdClassName
{
border-color: #C7A136;
}
.TagClassName
{
border-color: #C7A136;
}
</style>