Shades of Metallic Gold #C7A43C
Tints of Metallic Gold #C7A43C
RGB
CMYK
RGB Variations
Color information
#C7A43C (or 0xC7A43C) is known color: Metallic Gold. HEX triplet: C7, A4 and 3C. RGB value is (199,164,60). Sum of RGB (Red+Green+Blue) = 199+164+60=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A43C is #385BC3. Grayscale: #A3A3A3. Windows color (decimal): -3693508 or 3974343. OLE color: 3974343.
HSL color Cylindrical-coordinate representation of color #C7A43C: hue angle of 44.89º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7A43C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 60 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.22 |
| HSL | 44.89º | 0.55% | 0.51% | - |
| HSV(B) | 44.89º | 0.7% | 0.78% | - |
| XYZ | 37.64 | 39.02 | 9.82 | - |
| YUV | 162.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 60 | 0 | 0.18 | 0.70 | 0.22 | 44.89 | 0.55 | 0.51 |
| Hex | C7 | A4 | 3C | 0 | 12 | 46 | 16 | 2D | 37 | 33 |
| Octal | 307 | 244 | 74 | 0 | 22 | 106 | 26 | 55 | 67 | 63 |
| Binary | 11000111 | 10100100 | 111100 | 0 | 10010 | 1000110 | 10110 | 101101 | 110111 | 110011 |
Color Harmonies of #C7A43C
Complementary color
Monochromatic Colors of #C7A43C
Black with #C7A43C
Text Example
Text Example
White with #C7A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A43C; }
p { color: rgb(199,164,60); }
H1.HeaderClassName
{
color: #C7A43C;
}
.AnyTagClassName
{
color: #C7A43C;
}
</style>
background-color css
<style>
a { background-color: #C7A43C; }
a { background-color: rgb(199,164,60); }
div.DivClassName
{
background-color: #C7A43C;
}
.BgClassName
{
background-color: #C7A43C;
}
</style>
border-color css
<style>
span { border-color: #C7A43C; }
span { border-color: rgb(199,164,60); }
td.TdClassName
{
border-color: #C7A43C;
}
.TagClassName
{
border-color: #C7A43C;
}
</style>