Shades of Metallic Gold #C7AC2C
Tints of Metallic Gold #C7AC2C
RGB
CMYK
RGB Variations
Color information
#C7AC2C (or 0xC7AC2C) is known color: Metallic Gold. HEX triplet: C7, AC and 2C. RGB value is (199,172,44). Sum of RGB (Red+Green+Blue) = 199+172+44=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC2C is #3853D3. Grayscale: #A6A6A6. Windows color (decimal): -3691476 or 2927815. OLE color: 2927815.
HSL color Cylindrical-coordinate representation of color #C7AC2C: hue angle of 49.55º 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 #C7AC2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 44 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.22 |
| HSL | 49.55º | 0.64% | 0.48% | - |
| HSV(B) | 49.55º | 0.78% | 0.78% | - |
| XYZ | 38.76 | 41.83 | 8.41 | - |
| YUV | 165.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 44 | 0 | 0.14 | 0.78 | 0.22 | 49.55 | 0.64 | 0.48 |
| Hex | C7 | AC | 2C | 0 | E | 4E | 16 | 32 | 40 | 30 |
| Octal | 307 | 254 | 54 | 0 | 16 | 116 | 26 | 62 | 100 | 60 |
| Binary | 11000111 | 10101100 | 101100 | 0 | 1110 | 1001110 | 10110 | 110010 | 1000000 | 110000 |
Color Harmonies of #C7AC2C
Complementary color
Monochromatic Colors of #C7AC2C
Black with #C7AC2C
Text Example
Text Example
White with #C7AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AC2C; }
p { color: rgb(199,172,44); }
H1.HeaderClassName
{
color: #C7AC2C;
}
.AnyTagClassName
{
color: #C7AC2C;
}
</style>
background-color css
<style>
a { background-color: #C7AC2C; }
a { background-color: rgb(199,172,44); }
div.DivClassName
{
background-color: #C7AC2C;
}
.BgClassName
{
background-color: #C7AC2C;
}
</style>
border-color css
<style>
span { border-color: #C7AC2C; }
span { border-color: rgb(199,172,44); }
td.TdClassName
{
border-color: #C7AC2C;
}
.TagClassName
{
border-color: #C7AC2C;
}
</style>