Shades of Metallic Gold #C7A536
Tints of Metallic Gold #C7A536
RGB
CMYK
RGB Variations
Color information
#C7A536 (or 0xC7A536) is known color: Metallic Gold. HEX triplet: C7, A5 and 36. RGB value is (199,165,54). Sum of RGB (Red+Green+Blue) = 199+165+54=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A536 is #385AC9. Grayscale: #A2A2A2. Windows color (decimal): -3693258 or 3581383. OLE color: 3581383.
HSL color Cylindrical-coordinate representation of color #C7A536: hue angle of 45.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7A536 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 54 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.22 |
| HSL | 45.93º | 0.57% | 0.5% | - |
| HSV(B) | 45.93º | 0.73% | 0.78% | - |
| XYZ | 37.67 | 39.32 | 9.09 | - |
| YUV | 162.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 54 | 0 | 0.17 | 0.73 | 0.22 | 45.93 | 0.57 | 0.5 |
| Hex | C7 | A5 | 36 | 0 | 11 | 49 | 16 | 2E | 39 | 32 |
| Octal | 307 | 245 | 66 | 0 | 21 | 111 | 26 | 56 | 71 | 62 |
| Binary | 11000111 | 10100101 | 110110 | 0 | 10001 | 1001001 | 10110 | 101110 | 111001 | 110010 |
Color Harmonies of #C7A536
Complementary color
Monochromatic Colors of #C7A536
Black with #C7A536
Text Example
Text Example
White with #C7A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A536; }
p { color: rgb(199,165,54); }
H1.HeaderClassName
{
color: #C7A536;
}
.AnyTagClassName
{
color: #C7A536;
}
</style>
background-color css
<style>
a { background-color: #C7A536; }
a { background-color: rgb(199,165,54); }
div.DivClassName
{
background-color: #C7A536;
}
.BgClassName
{
background-color: #C7A536;
}
</style>
border-color css
<style>
span { border-color: #C7A536; }
span { border-color: rgb(199,165,54); }
td.TdClassName
{
border-color: #C7A536;
}
.TagClassName
{
border-color: #C7A536;
}
</style>