Shades of Metallic Gold #C5A92F
Tints of Metallic Gold #C5A92F
RGB
CMYK
RGB Variations
Color information
#C5A92F (or 0xC5A92F) is known color: Metallic Gold. HEX triplet: C5, A9 and 2F. RGB value is (197,169,47). Sum of RGB (Red+Green+Blue) = 197+169+47=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A92F is #3A56D0. Grayscale: #A3A3A3. Windows color (decimal): -3823313 or 3123653. OLE color: 3123653.
HSL color Cylindrical-coordinate representation of color #C5A92F: hue angle of 48.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5A92F is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 47 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.23 |
| HSL | 48.8º | 0.61% | 0.48% | - |
| HSV(B) | 48.8º | 0.76% | 0.77% | - |
| XYZ | 37.73 | 40.45 | 8.51 | - |
| YUV | 163.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 47 | 0 | 0.14 | 0.76 | 0.23 | 48.8 | 0.61 | 0.48 |
| Hex | C5 | A9 | 2F | 0 | E | 4C | 17 | 31 | 3D | 30 |
| Octal | 305 | 251 | 57 | 0 | 16 | 114 | 27 | 61 | 75 | 60 |
| Binary | 11000101 | 10101001 | 101111 | 0 | 1110 | 1001100 | 10111 | 110001 | 111101 | 110000 |
Color Harmonies of #C5A92F
Complementary color
Monochromatic Colors of #C5A92F
Black with #C5A92F
Text Example
Text Example
White with #C5A92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A92F; }
p { color: rgb(197,169,47); }
H1.HeaderClassName
{
color: #C5A92F;
}
.AnyTagClassName
{
color: #C5A92F;
}
</style>
background-color css
<style>
a { background-color: #C5A92F; }
a { background-color: rgb(197,169,47); }
div.DivClassName
{
background-color: #C5A92F;
}
.BgClassName
{
background-color: #C5A92F;
}
</style>
border-color css
<style>
span { border-color: #C5A92F; }
span { border-color: rgb(197,169,47); }
td.TdClassName
{
border-color: #C5A92F;
}
.TagClassName
{
border-color: #C5A92F;
}
</style>