Shades of Metallic Gold #C7A62C
Tints of Metallic Gold #C7A62C
RGB
CMYK
RGB Variations
Color information
#C7A62C (or 0xC7A62C) is known color: Metallic Gold. HEX triplet: C7, A6 and 2C. RGB value is (199,166,44). Sum of RGB (Red+Green+Blue) = 199+166+44=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A62C is #3859D3. Grayscale: #A2A2A2. Windows color (decimal): -3693012 or 2926279. OLE color: 2926279.
HSL color Cylindrical-coordinate representation of color #C7A62C: hue angle of 47.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7A62C is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 44 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.22 |
| HSL | 47.23º | 0.64% | 0.48% | - |
| HSV(B) | 47.23º | 0.78% | 0.78% | - |
| XYZ | 37.64 | 39.6 | 8.04 | - |
| YUV | 161.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 44 | 0 | 0.17 | 0.78 | 0.22 | 47.23 | 0.64 | 0.48 |
| Hex | C7 | A6 | 2C | 0 | 11 | 4E | 16 | 2F | 40 | 30 |
| Octal | 307 | 246 | 54 | 0 | 21 | 116 | 26 | 57 | 100 | 60 |
| Binary | 11000111 | 10100110 | 101100 | 0 | 10001 | 1001110 | 10110 | 101111 | 1000000 | 110000 |
Color Harmonies of #C7A62C
Complementary color
Monochromatic Colors of #C7A62C
Black with #C7A62C
Text Example
Text Example
White with #C7A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A62C; }
p { color: rgb(199,166,44); }
H1.HeaderClassName
{
color: #C7A62C;
}
.AnyTagClassName
{
color: #C7A62C;
}
</style>
background-color css
<style>
a { background-color: #C7A62C; }
a { background-color: rgb(199,166,44); }
div.DivClassName
{
background-color: #C7A62C;
}
.BgClassName
{
background-color: #C7A62C;
}
</style>
border-color css
<style>
span { border-color: #C7A62C; }
span { border-color: rgb(199,166,44); }
td.TdClassName
{
border-color: #C7A62C;
}
.TagClassName
{
border-color: #C7A62C;
}
</style>