Shades of Metallic Gold #C8A837
Tints of Metallic Gold #C8A837
RGB
CMYK
RGB Variations
Color information
#C8A837 (or 0xC8A837) is known color: Metallic Gold. HEX triplet: C8, A8 and 37. RGB value is (200,168,55). Sum of RGB (Red+Green+Blue) = 200+168+55=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A837 is #3757C8. Grayscale: #A5A5A5. Windows color (decimal): -3626953 or 3647688. OLE color: 3647688.
HSL color Cylindrical-coordinate representation of color #C8A837: hue angle of 46.76º 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 #C8A837 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 55 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.22 |
| HSL | 46.76º | 0.57% | 0.5% | - |
| HSV(B) | 46.76º | 0.73% | 0.78% | - |
| XYZ | 38.51 | 40.56 | 9.41 | - |
| YUV | 164.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 55 | 0 | 0.16 | 0.72 | 0.22 | 46.76 | 0.57 | 0.5 |
| Hex | C8 | A8 | 37 | 0 | 10 | 48 | 16 | 2F | 39 | 32 |
| Octal | 310 | 250 | 67 | 0 | 20 | 110 | 26 | 57 | 71 | 62 |
| Binary | 11001000 | 10101000 | 110111 | 0 | 10000 | 1001000 | 10110 | 101111 | 111001 | 110010 |
Color Harmonies of #C8A837
Complementary color
Monochromatic Colors of #C8A837
Black with #C8A837
Text Example
Text Example
White with #C8A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A837; }
p { color: rgb(200,168,55); }
H1.HeaderClassName
{
color: #C8A837;
}
.AnyTagClassName
{
color: #C8A837;
}
</style>
background-color css
<style>
a { background-color: #C8A837; }
a { background-color: rgb(200,168,55); }
div.DivClassName
{
background-color: #C8A837;
}
.BgClassName
{
background-color: #C8A837;
}
</style>
border-color css
<style>
span { border-color: #C8A837; }
span { border-color: rgb(200,168,55); }
td.TdClassName
{
border-color: #C8A837;
}
.TagClassName
{
border-color: #C8A837;
}
</style>