Shades of Metallic Gold #C8A93A
Tints of Metallic Gold #C8A93A
RGB
CMYK
RGB Variations
Color information
#C8A93A (or 0xC8A93A) is known color: Metallic Gold. HEX triplet: C8, A9 and 3A. RGB value is (200,169,58). Sum of RGB (Red+Green+Blue) = 200+169+58=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A93A is #3756C5. Grayscale: #A6A6A6. Windows color (decimal): -3626694 or 3844552. OLE color: 3844552.
HSL color Cylindrical-coordinate representation of color #C8A93A: hue angle of 46.9º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8A93A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 58 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.22 |
| HSL | 46.9º | 0.56% | 0.51% | - |
| HSV(B) | 46.9º | 0.71% | 0.78% | - |
| XYZ | 38.77 | 40.96 | 9.87 | - |
| YUV | 165.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 58 | 0 | 0.16 | 0.71 | 0.22 | 46.9 | 0.56 | 0.51 |
| Hex | C8 | A9 | 3A | 0 | 10 | 47 | 16 | 2F | 38 | 33 |
| Octal | 310 | 251 | 72 | 0 | 20 | 107 | 26 | 57 | 70 | 63 |
| Binary | 11001000 | 10101001 | 111010 | 0 | 10000 | 1000111 | 10110 | 101111 | 111000 | 110011 |
Color Harmonies of #C8A93A
Complementary color
Monochromatic Colors of #C8A93A
Black with #C8A93A
Text Example
Text Example
White with #C8A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A93A; }
p { color: rgb(200,169,58); }
H1.HeaderClassName
{
color: #C8A93A;
}
.AnyTagClassName
{
color: #C8A93A;
}
</style>
background-color css
<style>
a { background-color: #C8A93A; }
a { background-color: rgb(200,169,58); }
div.DivClassName
{
background-color: #C8A93A;
}
.BgClassName
{
background-color: #C8A93A;
}
</style>
border-color css
<style>
span { border-color: #C8A93A; }
span { border-color: rgb(200,169,58); }
td.TdClassName
{
border-color: #C8A93A;
}
.TagClassName
{
border-color: #C8A93A;
}
</style>