Shades of Metallic Gold #C8AB31
Tints of Metallic Gold #C8AB31
RGB
CMYK
RGB Variations
Color information
#C8AB31 (or 0xC8AB31) is known color: Metallic Gold. HEX triplet: C8, AB and 31. RGB value is (200,171,49). Sum of RGB (Red+Green+Blue) = 200+171+49=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB31 is #3754CE. Grayscale: #A6A6A6. Windows color (decimal): -3626191 or 3255240. OLE color: 3255240.
HSL color Cylindrical-coordinate representation of color #C8AB31: hue angle of 48.48º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8AB31 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 49 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.22 |
| HSL | 48.48º | 0.61% | 0.49% | - |
| HSV(B) | 48.48º | 0.76% | 0.78% | - |
| XYZ | 38.94 | 41.63 | 8.89 | - |
| YUV | 165.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 49 | 0 | 0.14 | 0.76 | 0.22 | 48.48 | 0.61 | 0.49 |
| Hex | C8 | AB | 31 | 0 | E | 4C | 16 | 30 | 3D | 31 |
| Octal | 310 | 253 | 61 | 0 | 16 | 114 | 26 | 60 | 75 | 61 |
| Binary | 11001000 | 10101011 | 110001 | 0 | 1110 | 1001100 | 10110 | 110000 | 111101 | 110001 |
Color Harmonies of #C8AB31
Complementary color
Monochromatic Colors of #C8AB31
Black with #C8AB31
Text Example
Text Example
White with #C8AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB31; }
p { color: rgb(200,171,49); }
H1.HeaderClassName
{
color: #C8AB31;
}
.AnyTagClassName
{
color: #C8AB31;
}
</style>
background-color css
<style>
a { background-color: #C8AB31; }
a { background-color: rgb(200,171,49); }
div.DivClassName
{
background-color: #C8AB31;
}
.BgClassName
{
background-color: #C8AB31;
}
</style>
border-color css
<style>
span { border-color: #C8AB31; }
span { border-color: rgb(200,171,49); }
td.TdClassName
{
border-color: #C8AB31;
}
.TagClassName
{
border-color: #C8AB31;
}
</style>