Shades of Metallic Gold #C7A534
Tints of Metallic Gold #C7A534
RGB
CMYK
RGB Variations
Color information
#C7A534 (or 0xC7A534) is known color: Metallic Gold. HEX triplet: C7, A5 and 34. RGB value is (199,165,52). Sum of RGB (Red+Green+Blue) = 199+165+52=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A534 is #385ACB. Grayscale: #A2A2A2. Windows color (decimal): -3693260 or 3450311. OLE color: 3450311.
HSL color Cylindrical-coordinate representation of color #C7A534: hue angle of 46.12º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7A534 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 52 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.22 |
| HSL | 46.12º | 0.59% | 0.49% | - |
| HSV(B) | 46.12º | 0.74% | 0.78% | - |
| XYZ | 37.63 | 39.3 | 8.85 | - |
| YUV | 162.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 52 | 0 | 0.17 | 0.74 | 0.22 | 46.12 | 0.59 | 0.49 |
| Hex | C7 | A5 | 34 | 0 | 11 | 4A | 16 | 2E | 3B | 31 |
| Octal | 307 | 245 | 64 | 0 | 21 | 112 | 26 | 56 | 73 | 61 |
| Binary | 11000111 | 10100101 | 110100 | 0 | 10001 | 1001010 | 10110 | 101110 | 111011 | 110001 |
Color Harmonies of #C7A534
Complementary color
Monochromatic Colors of #C7A534
Black with #C7A534
Text Example
Text Example
White with #C7A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A534; }
p { color: rgb(199,165,52); }
H1.HeaderClassName
{
color: #C7A534;
}
.AnyTagClassName
{
color: #C7A534;
}
</style>
background-color css
<style>
a { background-color: #C7A534; }
a { background-color: rgb(199,165,52); }
div.DivClassName
{
background-color: #C7A534;
}
.BgClassName
{
background-color: #C7A534;
}
</style>
border-color css
<style>
span { border-color: #C7A534; }
span { border-color: rgb(199,165,52); }
td.TdClassName
{
border-color: #C7A534;
}
.TagClassName
{
border-color: #C7A534;
}
</style>