Shades of Metallic Gold #C7AB2E
Tints of Metallic Gold #C7AB2E
RGB
CMYK
RGB Variations
Color information
#C7AB2E (or 0xC7AB2E) is known color: Metallic Gold. HEX triplet: C7, AB and 2E. RGB value is (199,171,46). Sum of RGB (Red+Green+Blue) = 199+171+46=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AB2E is #3854D1. Grayscale: #A5A5A5. Windows color (decimal): -3691730 or 3058631. OLE color: 3058631.
HSL color Cylindrical-coordinate representation of color #C7AB2E: hue angle of 49.02º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7AB2E is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 46 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.22 |
| HSL | 49.02º | 0.62% | 0.48% | - |
| HSV(B) | 49.02º | 0.77% | 0.78% | - |
| XYZ | 38.61 | 41.47 | 8.55 | - |
| YUV | 165.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 46 | 0 | 0.14 | 0.77 | 0.22 | 49.02 | 0.62 | 0.48 |
| Hex | C7 | AB | 2E | 0 | E | 4D | 16 | 31 | 3E | 30 |
| Octal | 307 | 253 | 56 | 0 | 16 | 115 | 26 | 61 | 76 | 60 |
| Binary | 11000111 | 10101011 | 101110 | 0 | 1110 | 1001101 | 10110 | 110001 | 111110 | 110000 |
Color Harmonies of #C7AB2E
Complementary color
Monochromatic Colors of #C7AB2E
Black with #C7AB2E
Text Example
Text Example
White with #C7AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB2E; }
p { color: rgb(199,171,46); }
H1.HeaderClassName
{
color: #C7AB2E;
}
.AnyTagClassName
{
color: #C7AB2E;
}
</style>
background-color css
<style>
a { background-color: #C7AB2E; }
a { background-color: rgb(199,171,46); }
div.DivClassName
{
background-color: #C7AB2E;
}
.BgClassName
{
background-color: #C7AB2E;
}
</style>
border-color css
<style>
span { border-color: #C7AB2E; }
span { border-color: rgb(199,171,46); }
td.TdClassName
{
border-color: #C7AB2E;
}
.TagClassName
{
border-color: #C7AB2E;
}
</style>