Shades of Metallic Gold #C6AB2E
Tints of Metallic Gold #C6AB2E
RGB
CMYK
RGB Variations
Color information
#C6AB2E (or 0xC6AB2E) is known color: Metallic Gold. HEX triplet: C6, AB and 2E. RGB value is (198,171,46). Sum of RGB (Red+Green+Blue) = 198+171+46=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB2E is #3954D1. Grayscale: #A5A5A5. Windows color (decimal): -3757266 or 3058630. OLE color: 3058630.
HSL color Cylindrical-coordinate representation of color #C6AB2E: hue angle of 49.34º 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 #C6AB2E is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 46 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.22 |
| HSL | 49.34º | 0.62% | 0.48% | - |
| HSV(B) | 49.34º | 0.77% | 0.78% | - |
| XYZ | 38.34 | 41.33 | 8.54 | - |
| YUV | 164.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 46 | 0 | 0.14 | 0.77 | 0.22 | 49.34 | 0.62 | 0.48 |
| Hex | C6 | AB | 2E | 0 | E | 4D | 16 | 31 | 3E | 30 |
| Octal | 306 | 253 | 56 | 0 | 16 | 115 | 26 | 61 | 76 | 60 |
| Binary | 11000110 | 10101011 | 101110 | 0 | 1110 | 1001101 | 10110 | 110001 | 111110 | 110000 |
Color Harmonies of #C6AB2E
Complementary color
Monochromatic Colors of #C6AB2E
Black with #C6AB2E
Text Example
Text Example
White with #C6AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB2E; }
p { color: rgb(198,171,46); }
H1.HeaderClassName
{
color: #C6AB2E;
}
.AnyTagClassName
{
color: #C6AB2E;
}
</style>
background-color css
<style>
a { background-color: #C6AB2E; }
a { background-color: rgb(198,171,46); }
div.DivClassName
{
background-color: #C6AB2E;
}
.BgClassName
{
background-color: #C6AB2E;
}
</style>
border-color css
<style>
span { border-color: #C6AB2E; }
span { border-color: rgb(198,171,46); }
td.TdClassName
{
border-color: #C6AB2E;
}
.TagClassName
{
border-color: #C6AB2E;
}
</style>