Shades of Metallic Gold #C9A132
Tints of Metallic Gold #C9A132
RGB
CMYK
RGB Variations
Color information
#C9A132 (or 0xC9A132) is known color: Metallic Gold. HEX triplet: C9, A1 and 32. RGB value is (201,161,50). Sum of RGB (Red+Green+Blue) = 201+161+50=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A132 is #365ECD. Grayscale: #A0A0A0. Windows color (decimal): -3563214 or 3318217. OLE color: 3318217.
HSL color Cylindrical-coordinate representation of color #C9A132: hue angle of 44.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9A132 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 50 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.21 |
| HSL | 44.11º | 0.6% | 0.49% | - |
| HSV(B) | 44.11º | 0.75% | 0.79% | - |
| XYZ | 37.41 | 38.14 | 8.41 | - |
| YUV | 160.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 50 | 0 | 0.20 | 0.75 | 0.21 | 44.11 | 0.6 | 0.49 |
| Hex | C9 | A1 | 32 | 0 | 14 | 4B | 15 | 2C | 3C | 31 |
| Octal | 311 | 241 | 62 | 0 | 24 | 113 | 25 | 54 | 74 | 61 |
| Binary | 11001001 | 10100001 | 110010 | 0 | 10100 | 1001011 | 10101 | 101100 | 111100 | 110001 |
Color Harmonies of #C9A132
Complementary color
Monochromatic Colors of #C9A132
Black with #C9A132
Text Example
Text Example
White with #C9A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A132; }
p { color: rgb(201,161,50); }
H1.HeaderClassName
{
color: #C9A132;
}
.AnyTagClassName
{
color: #C9A132;
}
</style>
background-color css
<style>
a { background-color: #C9A132; }
a { background-color: rgb(201,161,50); }
div.DivClassName
{
background-color: #C9A132;
}
.BgClassName
{
background-color: #C9A132;
}
</style>
border-color css
<style>
span { border-color: #C9A132; }
span { border-color: rgb(201,161,50); }
td.TdClassName
{
border-color: #C9A132;
}
.TagClassName
{
border-color: #C9A132;
}
</style>