Shades of Metallic Gold #C5A82F
Tints of Metallic Gold #C5A82F
RGB
CMYK
RGB Variations
Color information
#C5A82F (or 0xC5A82F) is known color: Metallic Gold. HEX triplet: C5, A8 and 2F. RGB value is (197,168,47). Sum of RGB (Red+Green+Blue) = 197+168+47=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A82F is #3A57D0. Grayscale: #A3A3A3. Windows color (decimal): -3823569 or 3123397. OLE color: 3123397.
HSL color Cylindrical-coordinate representation of color #C5A82F: hue angle of 48.4º 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 #C5A82F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 47 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.23 |
| HSL | 48.4º | 0.61% | 0.48% | - |
| HSV(B) | 48.4º | 0.76% | 0.77% | - |
| XYZ | 37.54 | 40.08 | 8.45 | - |
| YUV | 162.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 47 | 0 | 0.15 | 0.76 | 0.23 | 48.4 | 0.61 | 0.48 |
| Hex | C5 | A8 | 2F | 0 | F | 4C | 17 | 30 | 3D | 30 |
| Octal | 305 | 250 | 57 | 0 | 17 | 114 | 27 | 60 | 75 | 60 |
| Binary | 11000101 | 10101000 | 101111 | 0 | 1111 | 1001100 | 10111 | 110000 | 111101 | 110000 |
Color Harmonies of #C5A82F
Complementary color
Monochromatic Colors of #C5A82F
Black with #C5A82F
Text Example
Text Example
White with #C5A82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A82F; }
p { color: rgb(197,168,47); }
H1.HeaderClassName
{
color: #C5A82F;
}
.AnyTagClassName
{
color: #C5A82F;
}
</style>
background-color css
<style>
a { background-color: #C5A82F; }
a { background-color: rgb(197,168,47); }
div.DivClassName
{
background-color: #C5A82F;
}
.BgClassName
{
background-color: #C5A82F;
}
</style>
border-color css
<style>
span { border-color: #C5A82F; }
span { border-color: rgb(197,168,47); }
td.TdClassName
{
border-color: #C5A82F;
}
.TagClassName
{
border-color: #C5A82F;
}
</style>