Shades of Metallic Gold #C9A73C
Tints of Metallic Gold #C9A73C
RGB
CMYK
RGB Variations
Color information
#C9A73C (or 0xC9A73C) is known color: Metallic Gold. HEX triplet: C9, A7 and 3C. RGB value is (201,167,60). Sum of RGB (Red+Green+Blue) = 201+167+60=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A73C is #3658C3. Grayscale: #A5A5A5. Windows color (decimal): -3561668 or 3975113. OLE color: 3975113.
HSL color Cylindrical-coordinate representation of color #C9A73C: hue angle of 45.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A73C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 60 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.21 |
| HSL | 45.53º | 0.57% | 0.51% | - |
| HSV(B) | 45.53º | 0.7% | 0.79% | - |
| XYZ | 38.72 | 40.38 | 10.03 | - |
| YUV | 164.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 60 | 0 | 0.17 | 0.70 | 0.21 | 45.53 | 0.57 | 0.51 |
| Hex | C9 | A7 | 3C | 0 | 11 | 46 | 15 | 2E | 39 | 33 |
| Octal | 311 | 247 | 74 | 0 | 21 | 106 | 25 | 56 | 71 | 63 |
| Binary | 11001001 | 10100111 | 111100 | 0 | 10001 | 1000110 | 10101 | 101110 | 111001 | 110011 |
Color Harmonies of #C9A73C
Complementary color
Monochromatic Colors of #C9A73C
Black with #C9A73C
Text Example
Text Example
White with #C9A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A73C; }
p { color: rgb(201,167,60); }
H1.HeaderClassName
{
color: #C9A73C;
}
.AnyTagClassName
{
color: #C9A73C;
}
</style>
background-color css
<style>
a { background-color: #C9A73C; }
a { background-color: rgb(201,167,60); }
div.DivClassName
{
background-color: #C9A73C;
}
.BgClassName
{
background-color: #C9A73C;
}
</style>
border-color css
<style>
span { border-color: #C9A73C; }
span { border-color: rgb(201,167,60); }
td.TdClassName
{
border-color: #C9A73C;
}
.TagClassName
{
border-color: #C9A73C;
}
</style>