Shades of Metallic Gold #C7A03A
Tints of Metallic Gold #C7A03A
RGB
CMYK
RGB Variations
Color information
#C7A03A (or 0xC7A03A) is known color: Metallic Gold. HEX triplet: C7, A0 and 3A. RGB value is (199,160,58). Sum of RGB (Red+Green+Blue) = 199+160+58=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A03A is #385FC5. Grayscale: #A0A0A0. Windows color (decimal): -3694534 or 3842247. OLE color: 3842247.
HSL color Cylindrical-coordinate representation of color #C7A03A: hue angle of 43.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7A03A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 58 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.22 |
| HSL | 43.4º | 0.56% | 0.5% | - |
| HSV(B) | 43.4º | 0.71% | 0.78% | - |
| XYZ | 36.89 | 37.59 | 9.31 | - |
| YUV | 160.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 58 | 0 | 0.20 | 0.71 | 0.22 | 43.4 | 0.56 | 0.5 |
| Hex | C7 | A0 | 3A | 0 | 14 | 47 | 16 | 2B | 38 | 32 |
| Octal | 307 | 240 | 72 | 0 | 24 | 107 | 26 | 53 | 70 | 62 |
| Binary | 11000111 | 10100000 | 111010 | 0 | 10100 | 1000111 | 10110 | 101011 | 111000 | 110010 |
Color Harmonies of #C7A03A
Complementary color
Monochromatic Colors of #C7A03A
Black with #C7A03A
Text Example
Text Example
White with #C7A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A03A; }
p { color: rgb(199,160,58); }
H1.HeaderClassName
{
color: #C7A03A;
}
.AnyTagClassName
{
color: #C7A03A;
}
</style>
background-color css
<style>
a { background-color: #C7A03A; }
a { background-color: rgb(199,160,58); }
div.DivClassName
{
background-color: #C7A03A;
}
.BgClassName
{
background-color: #C7A03A;
}
</style>
border-color css
<style>
span { border-color: #C7A03A; }
span { border-color: rgb(199,160,58); }
td.TdClassName
{
border-color: #C7A03A;
}
.TagClassName
{
border-color: #C7A03A;
}
</style>