Shades of Metallic Gold #C8A12F
Tints of Metallic Gold #C8A12F
RGB
CMYK
RGB Variations
Color information
#C8A12F (or 0xC8A12F) is known color: Metallic Gold. HEX triplet: C8, A1 and 2F. RGB value is (200,161,47). Sum of RGB (Red+Green+Blue) = 200+161+47=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A12F is #375ED0. Grayscale: #A0A0A0. Windows color (decimal): -3628753 or 3121608. OLE color: 3121608.
HSL color Cylindrical-coordinate representation of color #C8A12F: hue angle of 44.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8A12F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 47 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.22 |
| HSL | 44.71º | 0.62% | 0.48% | - |
| HSV(B) | 44.71º | 0.77% | 0.78% | - |
| XYZ | 37.08 | 37.97 | 8.06 | - |
| YUV | 159.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 47 | 0 | 0.19 | 0.76 | 0.22 | 44.71 | 0.62 | 0.48 |
| Hex | C8 | A1 | 2F | 0 | 13 | 4C | 16 | 2D | 3E | 30 |
| Octal | 310 | 241 | 57 | 0 | 23 | 114 | 26 | 55 | 76 | 60 |
| Binary | 11001000 | 10100001 | 101111 | 0 | 10011 | 1001100 | 10110 | 101101 | 111110 | 110000 |
Color Harmonies of #C8A12F
Complementary color
Monochromatic Colors of #C8A12F
Black with #C8A12F
Text Example
Text Example
White with #C8A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A12F; }
p { color: rgb(200,161,47); }
H1.HeaderClassName
{
color: #C8A12F;
}
.AnyTagClassName
{
color: #C8A12F;
}
</style>
background-color css
<style>
a { background-color: #C8A12F; }
a { background-color: rgb(200,161,47); }
div.DivClassName
{
background-color: #C8A12F;
}
.BgClassName
{
background-color: #C8A12F;
}
</style>
border-color css
<style>
span { border-color: #C8A12F; }
span { border-color: rgb(200,161,47); }
td.TdClassName
{
border-color: #C8A12F;
}
.TagClassName
{
border-color: #C8A12F;
}
</style>