Shades of Metallic Gold #C6A038
Tints of Metallic Gold #C6A038
RGB
CMYK
RGB Variations
Color information
#C6A038 (or 0xC6A038) is known color: Metallic Gold. HEX triplet: C6, A0 and 38. RGB value is (198,160,56). Sum of RGB (Red+Green+Blue) = 198+160+56=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A038 is #395FC7. Grayscale: #9F9F9F. Windows color (decimal): -3760072 or 3711174. OLE color: 3711174.
HSL color Cylindrical-coordinate representation of color #C6A038: hue angle of 43.94º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6A038 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 56 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.22 |
| HSL | 43.94º | 0.56% | 0.5% | - |
| HSV(B) | 43.94º | 0.72% | 0.78% | - |
| XYZ | 36.57 | 37.43 | 9.04 | - |
| YUV | 159.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 56 | 0 | 0.19 | 0.72 | 0.22 | 43.94 | 0.56 | 0.5 |
| Hex | C6 | A0 | 38 | 0 | 13 | 48 | 16 | 2C | 38 | 32 |
| Octal | 306 | 240 | 70 | 0 | 23 | 110 | 26 | 54 | 70 | 62 |
| Binary | 11000110 | 10100000 | 111000 | 0 | 10011 | 1001000 | 10110 | 101100 | 111000 | 110010 |
Color Harmonies of #C6A038
Complementary color
Monochromatic Colors of #C6A038
Black with #C6A038
Text Example
Text Example
White with #C6A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A038; }
p { color: rgb(198,160,56); }
H1.HeaderClassName
{
color: #C6A038;
}
.AnyTagClassName
{
color: #C6A038;
}
</style>
background-color css
<style>
a { background-color: #C6A038; }
a { background-color: rgb(198,160,56); }
div.DivClassName
{
background-color: #C6A038;
}
.BgClassName
{
background-color: #C6A038;
}
</style>
border-color css
<style>
span { border-color: #C6A038; }
span { border-color: rgb(198,160,56); }
td.TdClassName
{
border-color: #C6A038;
}
.TagClassName
{
border-color: #C6A038;
}
</style>