Shades of Metallic Gold #C9AB2E
Tints of Metallic Gold #C9AB2E
RGB
CMYK
RGB Variations
Color information
#C9AB2E (or 0xC9AB2E) is known color: Metallic Gold. HEX triplet: C9, AB and 2E. RGB value is (201,171,46). Sum of RGB (Red+Green+Blue) = 201+171+46=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB2E is #3654D1. Grayscale: #A6A6A6. Windows color (decimal): -3560658 or 3058633. OLE color: 3058633.
HSL color Cylindrical-coordinate representation of color #C9AB2E: hue angle of 48.39º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9AB2E is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 46 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.21 |
| HSL | 48.39º | 0.63% | 0.48% | - |
| HSV(B) | 48.39º | 0.77% | 0.79% | - |
| XYZ | 39.14 | 41.74 | 8.58 | - |
| YUV | 165.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 46 | 0 | 0.15 | 0.77 | 0.21 | 48.39 | 0.63 | 0.48 |
| Hex | C9 | AB | 2E | 0 | F | 4D | 15 | 30 | 3F | 30 |
| Octal | 311 | 253 | 56 | 0 | 17 | 115 | 25 | 60 | 77 | 60 |
| Binary | 11001001 | 10101011 | 101110 | 0 | 1111 | 1001101 | 10101 | 110000 | 111111 | 110000 |
Color Harmonies of #C9AB2E
Complementary color
Monochromatic Colors of #C9AB2E
Black with #C9AB2E
Text Example
Text Example
White with #C9AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB2E; }
p { color: rgb(201,171,46); }
H1.HeaderClassName
{
color: #C9AB2E;
}
.AnyTagClassName
{
color: #C9AB2E;
}
</style>
background-color css
<style>
a { background-color: #C9AB2E; }
a { background-color: rgb(201,171,46); }
div.DivClassName
{
background-color: #C9AB2E;
}
.BgClassName
{
background-color: #C9AB2E;
}
</style>
border-color css
<style>
span { border-color: #C9AB2E; }
span { border-color: rgb(201,171,46); }
td.TdClassName
{
border-color: #C9AB2E;
}
.TagClassName
{
border-color: #C9AB2E;
}
</style>