Shades of Metallic Gold #C7A42E
Tints of Metallic Gold #C7A42E
RGB
CMYK
RGB Variations
Color information
#C7A42E (or 0xC7A42E) is known color: Metallic Gold. HEX triplet: C7, A4 and 2E. RGB value is (199,164,46). Sum of RGB (Red+Green+Blue) = 199+164+46=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A42E is #385BD1. Grayscale: #A1A1A1. Windows color (decimal): -3693522 or 3056839. OLE color: 3056839.
HSL color Cylindrical-coordinate representation of color #C7A42E: hue angle of 46.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7A42E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 46 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.22 |
| HSL | 46.27º | 0.62% | 0.48% | - |
| HSV(B) | 46.27º | 0.77% | 0.78% | - |
| XYZ | 37.32 | 38.89 | 8.12 | - |
| YUV | 161.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 46 | 0 | 0.18 | 0.77 | 0.22 | 46.27 | 0.62 | 0.48 |
| Hex | C7 | A4 | 2E | 0 | 12 | 4D | 16 | 2E | 3E | 30 |
| Octal | 307 | 244 | 56 | 0 | 22 | 115 | 26 | 56 | 76 | 60 |
| Binary | 11000111 | 10100100 | 101110 | 0 | 10010 | 1001101 | 10110 | 101110 | 111110 | 110000 |
Color Harmonies of #C7A42E
Complementary color
Monochromatic Colors of #C7A42E
Black with #C7A42E
Text Example
Text Example
White with #C7A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A42E; }
p { color: rgb(199,164,46); }
H1.HeaderClassName
{
color: #C7A42E;
}
.AnyTagClassName
{
color: #C7A42E;
}
</style>
background-color css
<style>
a { background-color: #C7A42E; }
a { background-color: rgb(199,164,46); }
div.DivClassName
{
background-color: #C7A42E;
}
.BgClassName
{
background-color: #C7A42E;
}
</style>
border-color css
<style>
span { border-color: #C7A42E; }
span { border-color: rgb(199,164,46); }
td.TdClassName
{
border-color: #C7A42E;
}
.TagClassName
{
border-color: #C7A42E;
}
</style>