Shades of Metallic Gold #C7A033
Tints of Metallic Gold #C7A033
RGB
CMYK
RGB Variations
Color information
#C7A033 (or 0xC7A033) is known color: Metallic Gold. HEX triplet: C7, A0 and 33. RGB value is (199,160,51). Sum of RGB (Red+Green+Blue) = 199+160+51=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A033 is #385FCC. Grayscale: #9F9F9F. Windows color (decimal): -3694541 or 3383495. OLE color: 3383495.
HSL color Cylindrical-coordinate representation of color #C7A033: hue angle of 44.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7A033 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 51 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.22 |
| HSL | 44.19º | 0.59% | 0.49% | - |
| HSV(B) | 44.19º | 0.74% | 0.78% | - |
| XYZ | 36.72 | 37.52 | 8.44 | - |
| YUV | 159.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 51 | 0 | 0.20 | 0.74 | 0.22 | 44.19 | 0.59 | 0.49 |
| Hex | C7 | A0 | 33 | 0 | 14 | 4A | 16 | 2C | 3B | 31 |
| Octal | 307 | 240 | 63 | 0 | 24 | 112 | 26 | 54 | 73 | 61 |
| Binary | 11000111 | 10100000 | 110011 | 0 | 10100 | 1001010 | 10110 | 101100 | 111011 | 110001 |
Color Harmonies of #C7A033
Complementary color
Monochromatic Colors of #C7A033
Black with #C7A033
Text Example
Text Example
White with #C7A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A033; }
p { color: rgb(199,160,51); }
H1.HeaderClassName
{
color: #C7A033;
}
.AnyTagClassName
{
color: #C7A033;
}
</style>
background-color css
<style>
a { background-color: #C7A033; }
a { background-color: rgb(199,160,51); }
div.DivClassName
{
background-color: #C7A033;
}
.BgClassName
{
background-color: #C7A033;
}
</style>
border-color css
<style>
span { border-color: #C7A033; }
span { border-color: rgb(199,160,51); }
td.TdClassName
{
border-color: #C7A033;
}
.TagClassName
{
border-color: #C7A033;
}
</style>