Shades of Metallic Gold #C9A42F
Tints of Metallic Gold #C9A42F
RGB
CMYK
RGB Variations
Color information
#C9A42F (or 0xC9A42F) is known color: Metallic Gold. HEX triplet: C9, A4 and 2F. RGB value is (201,164,47). Sum of RGB (Red+Green+Blue) = 201+164+47=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A42F is #365BD0. Grayscale: #A2A2A2. Windows color (decimal): -3562449 or 3122377. OLE color: 3122377.
HSL color Cylindrical-coordinate representation of color #C9A42F: hue angle of 45.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9A42F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 47 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.21 |
| HSL | 45.58º | 0.62% | 0.49% | - |
| HSV(B) | 45.58º | 0.77% | 0.79% | - |
| XYZ | 37.88 | 39.17 | 8.25 | - |
| YUV | 161.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 47 | 0 | 0.18 | 0.77 | 0.21 | 45.58 | 0.62 | 0.49 |
| Hex | C9 | A4 | 2F | 0 | 12 | 4D | 15 | 2E | 3E | 31 |
| Octal | 311 | 244 | 57 | 0 | 22 | 115 | 25 | 56 | 76 | 61 |
| Binary | 11001001 | 10100100 | 101111 | 0 | 10010 | 1001101 | 10101 | 101110 | 111110 | 110001 |
Color Harmonies of #C9A42F
Complementary color
Monochromatic Colors of #C9A42F
Black with #C9A42F
Text Example
Text Example
White with #C9A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A42F; }
p { color: rgb(201,164,47); }
H1.HeaderClassName
{
color: #C9A42F;
}
.AnyTagClassName
{
color: #C9A42F;
}
</style>
background-color css
<style>
a { background-color: #C9A42F; }
a { background-color: rgb(201,164,47); }
div.DivClassName
{
background-color: #C9A42F;
}
.BgClassName
{
background-color: #C9A42F;
}
</style>
border-color css
<style>
span { border-color: #C9A42F; }
span { border-color: rgb(201,164,47); }
td.TdClassName
{
border-color: #C9A42F;
}
.TagClassName
{
border-color: #C9A42F;
}
</style>