Shades of Metallic Gold #C7AA32
Tints of Metallic Gold #C7AA32
RGB
CMYK
RGB Variations
Color information
#C7AA32 (or 0xC7AA32) is known color: Metallic Gold. HEX triplet: C7, AA and 32. RGB value is (199,170,50). Sum of RGB (Red+Green+Blue) = 199+170+50=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA32 is #3855CD. Grayscale: #A5A5A5. Windows color (decimal): -3691982 or 3320519. OLE color: 3320519.
HSL color Cylindrical-coordinate representation of color #C7AA32: hue angle of 48.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7AA32 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 50 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.22 |
| HSL | 48.32º | 0.6% | 0.49% | - |
| HSV(B) | 48.32º | 0.75% | 0.78% | - |
| XYZ | 38.5 | 41.12 | 8.93 | - |
| YUV | 164.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 50 | 0 | 0.15 | 0.75 | 0.22 | 48.32 | 0.6 | 0.49 |
| Hex | C7 | AA | 32 | 0 | F | 4B | 16 | 30 | 3C | 31 |
| Octal | 307 | 252 | 62 | 0 | 17 | 113 | 26 | 60 | 74 | 61 |
| Binary | 11000111 | 10101010 | 110010 | 0 | 1111 | 1001011 | 10110 | 110000 | 111100 | 110001 |
Color Harmonies of #C7AA32
Complementary color
Monochromatic Colors of #C7AA32
Black with #C7AA32
Text Example
Text Example
White with #C7AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA32; }
p { color: rgb(199,170,50); }
H1.HeaderClassName
{
color: #C7AA32;
}
.AnyTagClassName
{
color: #C7AA32;
}
</style>
background-color css
<style>
a { background-color: #C7AA32; }
a { background-color: rgb(199,170,50); }
div.DivClassName
{
background-color: #C7AA32;
}
.BgClassName
{
background-color: #C7AA32;
}
</style>
border-color css
<style>
span { border-color: #C7AA32; }
span { border-color: rgb(199,170,50); }
td.TdClassName
{
border-color: #C7AA32;
}
.TagClassName
{
border-color: #C7AA32;
}
</style>