Shades of Metallic Gold #C5A232
Tints of Metallic Gold #C5A232
RGB
CMYK
RGB Variations
Color information
#C5A232 (or 0xC5A232) is known color: Metallic Gold. HEX triplet: C5, A2 and 32. RGB value is (197,162,50). Sum of RGB (Red+Green+Blue) = 197+162+50=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A232 is #3A5DCD. Grayscale: #A0A0A0. Windows color (decimal): -3825102 or 3318469. OLE color: 3318469.
HSL color Cylindrical-coordinate representation of color #C5A232: hue angle of 45.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5A232 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 50 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.23 |
| HSL | 45.71º | 0.6% | 0.48% | - |
| HSV(B) | 45.71º | 0.75% | 0.77% | - |
| XYZ | 36.52 | 37.94 | 8.42 | - |
| YUV | 159.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 50 | 0 | 0.18 | 0.75 | 0.23 | 45.71 | 0.6 | 0.48 |
| Hex | C5 | A2 | 32 | 0 | 12 | 4B | 17 | 2E | 3C | 30 |
| Octal | 305 | 242 | 62 | 0 | 22 | 113 | 27 | 56 | 74 | 60 |
| Binary | 11000101 | 10100010 | 110010 | 0 | 10010 | 1001011 | 10111 | 101110 | 111100 | 110000 |
Color Harmonies of #C5A232
Complementary color
Monochromatic Colors of #C5A232
Black with #C5A232
Text Example
Text Example
White with #C5A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A232; }
p { color: rgb(197,162,50); }
H1.HeaderClassName
{
color: #C5A232;
}
.AnyTagClassName
{
color: #C5A232;
}
</style>
background-color css
<style>
a { background-color: #C5A232; }
a { background-color: rgb(197,162,50); }
div.DivClassName
{
background-color: #C5A232;
}
.BgClassName
{
background-color: #C5A232;
}
</style>
border-color css
<style>
span { border-color: #C5A232; }
span { border-color: rgb(197,162,50); }
td.TdClassName
{
border-color: #C5A232;
}
.TagClassName
{
border-color: #C5A232;
}
</style>