Shades of Metallic Gold #C7A632
Tints of Metallic Gold #C7A632
RGB
CMYK
RGB Variations
Color information
#C7A632 (or 0xC7A632) is known color: Metallic Gold. HEX triplet: C7, A6 and 32. RGB value is (199,166,50). Sum of RGB (Red+Green+Blue) = 199+166+50=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A632 is #3859CD. Grayscale: #A3A3A3. Windows color (decimal): -3693006 or 3319495. OLE color: 3319495.
HSL color Cylindrical-coordinate representation of color #C7A632: hue angle of 46.71º 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 #C7A632 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 50 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.22 |
| HSL | 46.71º | 0.6% | 0.49% | - |
| HSV(B) | 46.71º | 0.75% | 0.78% | - |
| XYZ | 37.77 | 39.64 | 8.68 | - |
| YUV | 162.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 50 | 0 | 0.17 | 0.75 | 0.22 | 46.71 | 0.6 | 0.49 |
| Hex | C7 | A6 | 32 | 0 | 11 | 4B | 16 | 2F | 3C | 31 |
| Octal | 307 | 246 | 62 | 0 | 21 | 113 | 26 | 57 | 74 | 61 |
| Binary | 11000111 | 10100110 | 110010 | 0 | 10001 | 1001011 | 10110 | 101111 | 111100 | 110001 |
Color Harmonies of #C7A632
Complementary color
Monochromatic Colors of #C7A632
Black with #C7A632
Text Example
Text Example
White with #C7A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A632; }
p { color: rgb(199,166,50); }
H1.HeaderClassName
{
color: #C7A632;
}
.AnyTagClassName
{
color: #C7A632;
}
</style>
background-color css
<style>
a { background-color: #C7A632; }
a { background-color: rgb(199,166,50); }
div.DivClassName
{
background-color: #C7A632;
}
.BgClassName
{
background-color: #C7A632;
}
</style>
border-color css
<style>
span { border-color: #C7A632; }
span { border-color: rgb(199,166,50); }
td.TdClassName
{
border-color: #C7A632;
}
.TagClassName
{
border-color: #C7A632;
}
</style>