Shades of Metallic Gold #C9A138
Tints of Metallic Gold #C9A138
RGB
CMYK
RGB Variations
Color information
#C9A138 (or 0xC9A138) is known color: Metallic Gold. HEX triplet: C9, A1 and 38. RGB value is (201,161,56). Sum of RGB (Red+Green+Blue) = 201+161+56=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A138 is #365EC7. Grayscale: #A1A1A1. Windows color (decimal): -3563208 or 3711433. OLE color: 3711433.
HSL color Cylindrical-coordinate representation of color #C9A138: hue angle of 43.45º 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 #C9A138 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 56 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.21 |
| HSL | 43.45º | 0.57% | 0.5% | - |
| HSV(B) | 43.45º | 0.72% | 0.79% | - |
| XYZ | 37.55 | 38.19 | 9.13 | - |
| YUV | 160.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 56 | 0 | 0.20 | 0.72 | 0.21 | 43.45 | 0.57 | 0.5 |
| Hex | C9 | A1 | 38 | 0 | 14 | 48 | 15 | 2B | 39 | 32 |
| Octal | 311 | 241 | 70 | 0 | 24 | 110 | 25 | 53 | 71 | 62 |
| Binary | 11001001 | 10100001 | 111000 | 0 | 10100 | 1001000 | 10101 | 101011 | 111001 | 110010 |
Color Harmonies of #C9A138
Complementary color
Monochromatic Colors of #C9A138
Black with #C9A138
Text Example
Text Example
White with #C9A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A138; }
p { color: rgb(201,161,56); }
H1.HeaderClassName
{
color: #C9A138;
}
.AnyTagClassName
{
color: #C9A138;
}
</style>
background-color css
<style>
a { background-color: #C9A138; }
a { background-color: rgb(201,161,56); }
div.DivClassName
{
background-color: #C9A138;
}
.BgClassName
{
background-color: #C9A138;
}
</style>
border-color css
<style>
span { border-color: #C9A138; }
span { border-color: rgb(201,161,56); }
td.TdClassName
{
border-color: #C9A138;
}
.TagClassName
{
border-color: #C9A138;
}
</style>