Shades of Metallic Gold #C9A12F
Tints of Metallic Gold #C9A12F
RGB
CMYK
RGB Variations
Color information
#C9A12F (or 0xC9A12F) is known color: Metallic Gold. HEX triplet: C9, A1 and 2F. RGB value is (201,161,47). Sum of RGB (Red+Green+Blue) = 201+161+47=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A12F is #365ED0. Grayscale: #A0A0A0. Windows color (decimal): -3563217 or 3121609. OLE color: 3121609.
HSL color Cylindrical-coordinate representation of color #C9A12F: hue angle of 44.42º 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 #C9A12F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.21 |
| HSL | 44.42º | 0.62% | 0.49% | - |
| HSV(B) | 44.42º | 0.77% | 0.79% | - |
| XYZ | 37.35 | 38.11 | 8.08 | - |
| YUV | 159.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 47 | 0 | 0.20 | 0.77 | 0.21 | 44.42 | 0.62 | 0.49 |
| Hex | C9 | A1 | 2F | 0 | 14 | 4D | 15 | 2C | 3E | 31 |
| Octal | 311 | 241 | 57 | 0 | 24 | 115 | 25 | 54 | 76 | 61 |
| Binary | 11001001 | 10100001 | 101111 | 0 | 10100 | 1001101 | 10101 | 101100 | 111110 | 110001 |
Color Harmonies of #C9A12F
Complementary color
Monochromatic Colors of #C9A12F
Black with #C9A12F
Text Example
Text Example
White with #C9A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A12F; }
p { color: rgb(201,161,47); }
H1.HeaderClassName
{
color: #C9A12F;
}
.AnyTagClassName
{
color: #C9A12F;
}
</style>
background-color css
<style>
a { background-color: #C9A12F; }
a { background-color: rgb(201,161,47); }
div.DivClassName
{
background-color: #C9A12F;
}
.BgClassName
{
background-color: #C9A12F;
}
</style>
border-color css
<style>
span { border-color: #C9A12F; }
span { border-color: rgb(201,161,47); }
td.TdClassName
{
border-color: #C9A12F;
}
.TagClassName
{
border-color: #C9A12F;
}
</style>