Shades of Metallic Gold #C9A431
Tints of Metallic Gold #C9A431
RGB
CMYK
RGB Variations
Color information
#C9A431 (or 0xC9A431) is known color: Metallic Gold. HEX triplet: C9, A4 and 31. RGB value is (201,164,49). Sum of RGB (Red+Green+Blue) = 201+164+49=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A431 is #365BCE. Grayscale: #A2A2A2. Windows color (decimal): -3562447 or 3253449. OLE color: 3253449.
HSL color Cylindrical-coordinate representation of color #C9A431: hue angle of 45.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9A431 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.21 |
| HSL | 45.39º | 0.61% | 0.49% | - |
| HSV(B) | 45.39º | 0.76% | 0.79% | - |
| XYZ | 37.92 | 39.19 | 8.47 | - |
| YUV | 161.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 49 | 0 | 0.18 | 0.76 | 0.21 | 45.39 | 0.61 | 0.49 |
| Hex | C9 | A4 | 31 | 0 | 12 | 4C | 15 | 2D | 3D | 31 |
| Octal | 311 | 244 | 61 | 0 | 22 | 114 | 25 | 55 | 75 | 61 |
| Binary | 11001001 | 10100100 | 110001 | 0 | 10010 | 1001100 | 10101 | 101101 | 111101 | 110001 |
Color Harmonies of #C9A431
Complementary color
Monochromatic Colors of #C9A431
Black with #C9A431
Text Example
Text Example
White with #C9A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A431; }
p { color: rgb(201,164,49); }
H1.HeaderClassName
{
color: #C9A431;
}
.AnyTagClassName
{
color: #C9A431;
}
</style>
background-color css
<style>
a { background-color: #C9A431; }
a { background-color: rgb(201,164,49); }
div.DivClassName
{
background-color: #C9A431;
}
.BgClassName
{
background-color: #C9A431;
}
</style>
border-color css
<style>
span { border-color: #C9A431; }
span { border-color: rgb(201,164,49); }
td.TdClassName
{
border-color: #C9A431;
}
.TagClassName
{
border-color: #C9A431;
}
</style>