Shades of Metallic Gold #C6AB31
Tints of Metallic Gold #C6AB31
RGB
CMYK
RGB Variations
Color information
#C6AB31 (or 0xC6AB31) is known color: Metallic Gold. HEX triplet: C6, AB and 31. RGB value is (198,171,49). Sum of RGB (Red+Green+Blue) = 198+171+49=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB31 is #3954CE. Grayscale: #A5A5A5. Windows color (decimal): -3757263 or 3255238. OLE color: 3255238.
HSL color Cylindrical-coordinate representation of color #C6AB31: hue angle of 49.13º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6AB31 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 49 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.22 |
| HSL | 49.13º | 0.6% | 0.48% | - |
| HSV(B) | 49.13º | 0.75% | 0.78% | - |
| XYZ | 38.41 | 41.35 | 8.86 | - |
| YUV | 165.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 49 | 0 | 0.14 | 0.75 | 0.22 | 49.13 | 0.6 | 0.48 |
| Hex | C6 | AB | 31 | 0 | E | 4B | 16 | 31 | 3C | 30 |
| Octal | 306 | 253 | 61 | 0 | 16 | 113 | 26 | 61 | 74 | 60 |
| Binary | 11000110 | 10101011 | 110001 | 0 | 1110 | 1001011 | 10110 | 110001 | 111100 | 110000 |
Color Harmonies of #C6AB31
Complementary color
Monochromatic Colors of #C6AB31
Black with #C6AB31
Text Example
Text Example
White with #C6AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB31; }
p { color: rgb(198,171,49); }
H1.HeaderClassName
{
color: #C6AB31;
}
.AnyTagClassName
{
color: #C6AB31;
}
</style>
background-color css
<style>
a { background-color: #C6AB31; }
a { background-color: rgb(198,171,49); }
div.DivClassName
{
background-color: #C6AB31;
}
.BgClassName
{
background-color: #C6AB31;
}
</style>
border-color css
<style>
span { border-color: #C6AB31; }
span { border-color: rgb(198,171,49); }
td.TdClassName
{
border-color: #C6AB31;
}
.TagClassName
{
border-color: #C6AB31;
}
</style>