Shades of Metallic Gold #C9A03A
Tints of Metallic Gold #C9A03A
RGB
CMYK
RGB Variations
Color information
#C9A03A (or 0xC9A03A) is known color: Metallic Gold. HEX triplet: C9, A0 and 3A. RGB value is (201,160,58). Sum of RGB (Red+Green+Blue) = 201+160+58=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A03A is #365FC5. Grayscale: #A1A1A1. Windows color (decimal): -3563462 or 3842249. OLE color: 3842249.
HSL color Cylindrical-coordinate representation of color #C9A03A: hue angle of 42.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9A03A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 58 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.21 |
| HSL | 42.8º | 0.57% | 0.51% | - |
| HSV(B) | 42.8º | 0.71% | 0.79% | - |
| XYZ | 37.42 | 37.86 | 9.34 | - |
| YUV | 160.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 58 | 0 | 0.20 | 0.71 | 0.21 | 42.8 | 0.57 | 0.51 |
| Hex | C9 | A0 | 3A | 0 | 14 | 47 | 15 | 2B | 39 | 33 |
| Octal | 311 | 240 | 72 | 0 | 24 | 107 | 25 | 53 | 71 | 63 |
| Binary | 11001001 | 10100000 | 111010 | 0 | 10100 | 1000111 | 10101 | 101011 | 111001 | 110011 |
Color Harmonies of #C9A03A
Complementary color
Monochromatic Colors of #C9A03A
Black with #C9A03A
Text Example
Text Example
White with #C9A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A03A; }
p { color: rgb(201,160,58); }
H1.HeaderClassName
{
color: #C9A03A;
}
.AnyTagClassName
{
color: #C9A03A;
}
</style>
background-color css
<style>
a { background-color: #C9A03A; }
a { background-color: rgb(201,160,58); }
div.DivClassName
{
background-color: #C9A03A;
}
.BgClassName
{
background-color: #C9A03A;
}
</style>
border-color css
<style>
span { border-color: #C9A03A; }
span { border-color: rgb(201,160,58); }
td.TdClassName
{
border-color: #C9A03A;
}
.TagClassName
{
border-color: #C9A03A;
}
</style>