Shades of Metallic Gold #C7A32E
Tints of Metallic Gold #C7A32E
RGB
CMYK
RGB Variations
Color information
#C7A32E (or 0xC7A32E) is known color: Metallic Gold. HEX triplet: C7, A3 and 2E. RGB value is (199,163,46). Sum of RGB (Red+Green+Blue) = 199+163+46=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A32E is #385CD1. Grayscale: #A0A0A0. Windows color (decimal): -3693778 or 3056583. OLE color: 3056583.
HSL color Cylindrical-coordinate representation of color #C7A32E: hue angle of 45.88º 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 #C7A32E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 46 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.22 |
| HSL | 45.88º | 0.62% | 0.48% | - |
| HSV(B) | 45.88º | 0.77% | 0.78% | - |
| XYZ | 37.14 | 38.53 | 8.06 | - |
| YUV | 160.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 46 | 0 | 0.18 | 0.77 | 0.22 | 45.88 | 0.62 | 0.48 |
| Hex | C7 | A3 | 2E | 0 | 12 | 4D | 16 | 2E | 3E | 30 |
| Octal | 307 | 243 | 56 | 0 | 22 | 115 | 26 | 56 | 76 | 60 |
| Binary | 11000111 | 10100011 | 101110 | 0 | 10010 | 1001101 | 10110 | 101110 | 111110 | 110000 |
Color Harmonies of #C7A32E
Complementary color
Monochromatic Colors of #C7A32E
Black with #C7A32E
Text Example
Text Example
White with #C7A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A32E; }
p { color: rgb(199,163,46); }
H1.HeaderClassName
{
color: #C7A32E;
}
.AnyTagClassName
{
color: #C7A32E;
}
</style>
background-color css
<style>
a { background-color: #C7A32E; }
a { background-color: rgb(199,163,46); }
div.DivClassName
{
background-color: #C7A32E;
}
.BgClassName
{
background-color: #C7A32E;
}
</style>
border-color css
<style>
span { border-color: #C7A32E; }
span { border-color: rgb(199,163,46); }
td.TdClassName
{
border-color: #C7A32E;
}
.TagClassName
{
border-color: #C7A32E;
}
</style>