Shades of Metallic Gold #C9A139
Tints of Metallic Gold #C9A139
RGB
CMYK
RGB Variations
Color information
#C9A139 (or 0xC9A139) is known color: Metallic Gold. HEX triplet: C9, A1 and 39. RGB value is (201,161,57). Sum of RGB (Red+Green+Blue) = 201+161+57=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A139 is #365EC6. Grayscale: #A1A1A1. Windows color (decimal): -3563207 or 3776969. OLE color: 3776969.
HSL color Cylindrical-coordinate representation of color #C9A139: hue angle of 43.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9A139 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 57 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.21 |
| HSL | 43.33º | 0.57% | 0.51% | - |
| HSV(B) | 43.33º | 0.72% | 0.79% | - |
| XYZ | 37.57 | 38.2 | 9.26 | - |
| YUV | 161.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 57 | 0 | 0.20 | 0.72 | 0.21 | 43.33 | 0.57 | 0.51 |
| Hex | C9 | A1 | 39 | 0 | 14 | 48 | 15 | 2B | 39 | 33 |
| Octal | 311 | 241 | 71 | 0 | 24 | 110 | 25 | 53 | 71 | 63 |
| Binary | 11001001 | 10100001 | 111001 | 0 | 10100 | 1001000 | 10101 | 101011 | 111001 | 110011 |
Color Harmonies of #C9A139
Complementary color
Monochromatic Colors of #C9A139
Black with #C9A139
Text Example
Text Example
White with #C9A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A139; }
p { color: rgb(201,161,57); }
H1.HeaderClassName
{
color: #C9A139;
}
.AnyTagClassName
{
color: #C9A139;
}
</style>
background-color css
<style>
a { background-color: #C9A139; }
a { background-color: rgb(201,161,57); }
div.DivClassName
{
background-color: #C9A139;
}
.BgClassName
{
background-color: #C9A139;
}
</style>
border-color css
<style>
span { border-color: #C9A139; }
span { border-color: rgb(201,161,57); }
td.TdClassName
{
border-color: #C9A139;
}
.TagClassName
{
border-color: #C9A139;
}
</style>