Shades of Metallic Gold #C7A636
Tints of Metallic Gold #C7A636
RGB
CMYK
RGB Variations
Color information
#C7A636 (or 0xC7A636) is known color: Metallic Gold. HEX triplet: C7, A6 and 36. RGB value is (199,166,54). Sum of RGB (Red+Green+Blue) = 199+166+54=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A636 is #3859C9. Grayscale: #A3A3A3. Windows color (decimal): -3693002 or 3581639. OLE color: 3581639.
HSL color Cylindrical-coordinate representation of color #C7A636: hue angle of 46.34º 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 #C7A636 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 54 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.22 |
| HSL | 46.34º | 0.57% | 0.5% | - |
| HSV(B) | 46.34º | 0.73% | 0.78% | - |
| XYZ | 37.86 | 39.68 | 9.15 | - |
| YUV | 163.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 54 | 0 | 0.17 | 0.73 | 0.22 | 46.34 | 0.57 | 0.5 |
| Hex | C7 | A6 | 36 | 0 | 11 | 49 | 16 | 2E | 39 | 32 |
| Octal | 307 | 246 | 66 | 0 | 21 | 111 | 26 | 56 | 71 | 62 |
| Binary | 11000111 | 10100110 | 110110 | 0 | 10001 | 1001001 | 10110 | 101110 | 111001 | 110010 |
Color Harmonies of #C7A636
Complementary color
Monochromatic Colors of #C7A636
Black with #C7A636
Text Example
Text Example
White with #C7A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A636; }
p { color: rgb(199,166,54); }
H1.HeaderClassName
{
color: #C7A636;
}
.AnyTagClassName
{
color: #C7A636;
}
</style>
background-color css
<style>
a { background-color: #C7A636; }
a { background-color: rgb(199,166,54); }
div.DivClassName
{
background-color: #C7A636;
}
.BgClassName
{
background-color: #C7A636;
}
</style>
border-color css
<style>
span { border-color: #C7A636; }
span { border-color: rgb(199,166,54); }
td.TdClassName
{
border-color: #C7A636;
}
.TagClassName
{
border-color: #C7A636;
}
</style>