Shades of Metallic Gold #C9A038
Tints of Metallic Gold #C9A038
RGB
CMYK
RGB Variations
Color information
#C9A038 (or 0xC9A038) is known color: Metallic Gold. HEX triplet: C9, A0 and 38. RGB value is (201,160,56). Sum of RGB (Red+Green+Blue) = 201+160+56=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A038 is #365FC7. Grayscale: #A0A0A0. Windows color (decimal): -3563464 or 3711177. OLE color: 3711177.
HSL color Cylindrical-coordinate representation of color #C9A038: hue angle of 43.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9A038 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 56 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.21 |
| HSL | 43.03º | 0.57% | 0.5% | - |
| HSV(B) | 43.03º | 0.72% | 0.79% | - |
| XYZ | 37.37 | 37.84 | 9.08 | - |
| YUV | 160.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 56 | 0 | 0.20 | 0.72 | 0.21 | 43.03 | 0.57 | 0.5 |
| Hex | C9 | A0 | 38 | 0 | 14 | 48 | 15 | 2B | 39 | 32 |
| Octal | 311 | 240 | 70 | 0 | 24 | 110 | 25 | 53 | 71 | 62 |
| Binary | 11001001 | 10100000 | 111000 | 0 | 10100 | 1001000 | 10101 | 101011 | 111001 | 110010 |
Color Harmonies of #C9A038
Complementary color
Monochromatic Colors of #C9A038
Black with #C9A038
Text Example
Text Example
White with #C9A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A038; }
p { color: rgb(201,160,56); }
H1.HeaderClassName
{
color: #C9A038;
}
.AnyTagClassName
{
color: #C9A038;
}
</style>
background-color css
<style>
a { background-color: #C9A038; }
a { background-color: rgb(201,160,56); }
div.DivClassName
{
background-color: #C9A038;
}
.BgClassName
{
background-color: #C9A038;
}
</style>
border-color css
<style>
span { border-color: #C9A038; }
span { border-color: rgb(201,160,56); }
td.TdClassName
{
border-color: #C9A038;
}
.TagClassName
{
border-color: #C9A038;
}
</style>