Shades of Metallic Gold #C6A335
Tints of Metallic Gold #C6A335
RGB
CMYK
RGB Variations
Color information
#C6A335 (or 0xC6A335) is known color: Metallic Gold. HEX triplet: C6, A3 and 35. RGB value is (198,163,53). Sum of RGB (Red+Green+Blue) = 198+163+53=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A335 is #395CCA. Grayscale: #A1A1A1. Windows color (decimal): -3759307 or 3515334. OLE color: 3515334.
HSL color Cylindrical-coordinate representation of color #C6A335: hue angle of 45.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6A335 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 53 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.22 |
| HSL | 45.52º | 0.58% | 0.49% | - |
| HSV(B) | 45.52º | 0.73% | 0.78% | - |
| XYZ | 37.03 | 38.46 | 8.84 | - |
| YUV | 160.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 53 | 0 | 0.18 | 0.73 | 0.22 | 45.52 | 0.58 | 0.49 |
| Hex | C6 | A3 | 35 | 0 | 12 | 49 | 16 | 2E | 3A | 31 |
| Octal | 306 | 243 | 65 | 0 | 22 | 111 | 26 | 56 | 72 | 61 |
| Binary | 11000110 | 10100011 | 110101 | 0 | 10010 | 1001001 | 10110 | 101110 | 111010 | 110001 |
Color Harmonies of #C6A335
Complementary color
Monochromatic Colors of #C6A335
Black with #C6A335
Text Example
Text Example
White with #C6A335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A335; }
p { color: rgb(198,163,53); }
H1.HeaderClassName
{
color: #C6A335;
}
.AnyTagClassName
{
color: #C6A335;
}
</style>
background-color css
<style>
a { background-color: #C6A335; }
a { background-color: rgb(198,163,53); }
div.DivClassName
{
background-color: #C6A335;
}
.BgClassName
{
background-color: #C6A335;
}
</style>
border-color css
<style>
span { border-color: #C6A335; }
span { border-color: rgb(198,163,53); }
td.TdClassName
{
border-color: #C6A335;
}
.TagClassName
{
border-color: #C6A335;
}
</style>