Shades of Metallic Gold #C5A136
Tints of Metallic Gold #C5A136
RGB
CMYK
RGB Variations
Color information
#C5A136 (or 0xC5A136) is known color: Metallic Gold. HEX triplet: C5, A1 and 36. RGB value is (197,161,54). Sum of RGB (Red+Green+Blue) = 197+161+54=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A136 is #3A5EC9. Grayscale: #A0A0A0. Windows color (decimal): -3825354 or 3580357. OLE color: 3580357.
HSL color Cylindrical-coordinate representation of color #C5A136: hue angle of 44.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5A136 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 54 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.23 |
| HSL | 44.9º | 0.57% | 0.49% | - |
| HSV(B) | 44.9º | 0.73% | 0.77% | - |
| XYZ | 36.44 | 37.63 | 8.83 | - |
| YUV | 159.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 54 | 0 | 0.18 | 0.73 | 0.23 | 44.9 | 0.57 | 0.49 |
| Hex | C5 | A1 | 36 | 0 | 12 | 49 | 17 | 2D | 39 | 31 |
| Octal | 305 | 241 | 66 | 0 | 22 | 111 | 27 | 55 | 71 | 61 |
| Binary | 11000101 | 10100001 | 110110 | 0 | 10010 | 1001001 | 10111 | 101101 | 111001 | 110001 |
Color Harmonies of #C5A136
Complementary color
Monochromatic Colors of #C5A136
Black with #C5A136
Text Example
Text Example
White with #C5A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A136; }
p { color: rgb(197,161,54); }
H1.HeaderClassName
{
color: #C5A136;
}
.AnyTagClassName
{
color: #C5A136;
}
</style>
background-color css
<style>
a { background-color: #C5A136; }
a { background-color: rgb(197,161,54); }
div.DivClassName
{
background-color: #C5A136;
}
.BgClassName
{
background-color: #C5A136;
}
</style>
border-color css
<style>
span { border-color: #C5A136; }
span { border-color: rgb(197,161,54); }
td.TdClassName
{
border-color: #C5A136;
}
.TagClassName
{
border-color: #C5A136;
}
</style>