Shades of Metallic Gold #C9A93E
Tints of Metallic Gold #C9A93E
RGB
CMYK
RGB Variations
Color information
#C9A93E (or 0xC9A93E) is known color: Metallic Gold. HEX triplet: C9, A9 and 3E. RGB value is (201,169,62). Sum of RGB (Red+Green+Blue) = 201+169+62=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A93E is #3656C1. Grayscale: #A6A6A6. Windows color (decimal): -3561154 or 4106697. OLE color: 4106697.
HSL color Cylindrical-coordinate representation of color #C9A93E: hue angle of 46.19º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9A93E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 62 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.21 |
| HSL | 46.19º | 0.56% | 0.52% | - |
| HSV(B) | 46.19º | 0.69% | 0.79% | - |
| XYZ | 39.14 | 41.14 | 10.44 | - |
| YUV | 166.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 62 | 0 | 0.16 | 0.69 | 0.21 | 46.19 | 0.56 | 0.52 |
| Hex | C9 | A9 | 3E | 0 | 10 | 45 | 15 | 2E | 38 | 34 |
| Octal | 311 | 251 | 76 | 0 | 20 | 105 | 25 | 56 | 70 | 64 |
| Binary | 11001001 | 10101001 | 111110 | 0 | 10000 | 1000101 | 10101 | 101110 | 111000 | 110100 |
Color Harmonies of #C9A93E
Complementary color
Monochromatic Colors of #C9A93E
Black with #C9A93E
Text Example
Text Example
White with #C9A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A93E; }
p { color: rgb(201,169,62); }
H1.HeaderClassName
{
color: #C9A93E;
}
.AnyTagClassName
{
color: #C9A93E;
}
</style>
background-color css
<style>
a { background-color: #C9A93E; }
a { background-color: rgb(201,169,62); }
div.DivClassName
{
background-color: #C9A93E;
}
.BgClassName
{
background-color: #C9A93E;
}
</style>
border-color css
<style>
span { border-color: #C9A93E; }
span { border-color: rgb(201,169,62); }
td.TdClassName
{
border-color: #C9A93E;
}
.TagClassName
{
border-color: #C9A93E;
}
</style>