Shades of Metallic Gold #C8A036
Tints of Metallic Gold #C8A036
RGB
CMYK
RGB Variations
Color information
#C8A036 (or 0xC8A036) is known color: Metallic Gold. HEX triplet: C8, A0 and 36. RGB value is (200,160,54). Sum of RGB (Red+Green+Blue) = 200+160+54=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A036 is #375FC9. Grayscale: #A0A0A0. Windows color (decimal): -3629002 or 3580104. OLE color: 3580104.
HSL color Cylindrical-coordinate representation of color #C8A036: hue angle of 43.56º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8A036 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 54 | - |
| CMYK | 0 | 0.2 | 0.73 | 0.22 |
| HSL | 43.56º | 0.57% | 0.5% | - |
| HSV(B) | 43.56º | 0.73% | 0.78% | - |
| XYZ | 37.06 | 37.69 | 8.81 | - |
| YUV | 159.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 54 | 0 | 0.2 | 0.73 | 0.22 | 43.56 | 0.57 | 0.5 |
| Hex | C8 | A0 | 36 | 0 | 14 | 49 | 16 | 2C | 39 | 32 |
| Octal | 310 | 240 | 66 | 0 | 24 | 111 | 26 | 54 | 71 | 62 |
| Binary | 11001000 | 10100000 | 110110 | 0 | 10100 | 1001001 | 10110 | 101100 | 111001 | 110010 |
Color Harmonies of #C8A036
Complementary color
Monochromatic Colors of #C8A036
Black with #C8A036
Text Example
Text Example
White with #C8A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A036; }
p { color: rgb(200,160,54); }
H1.HeaderClassName
{
color: #C8A036;
}
.AnyTagClassName
{
color: #C8A036;
}
</style>
background-color css
<style>
a { background-color: #C8A036; }
a { background-color: rgb(200,160,54); }
div.DivClassName
{
background-color: #C8A036;
}
.BgClassName
{
background-color: #C8A036;
}
</style>
border-color css
<style>
span { border-color: #C8A036; }
span { border-color: rgb(200,160,54); }
td.TdClassName
{
border-color: #C8A036;
}
.TagClassName
{
border-color: #C8A036;
}
</style>