Shades of Old Gold #C6C131
Tints of Old Gold #C6C131
RGB
CMYK
RGB Variations
Color information
#C6C131 (or 0xC6C131) is known color: Old Gold. HEX triplet: C6, C1 and 31. RGB value is (198,193,49). Sum of RGB (Red+Green+Blue) = 198+193+49=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C131 is #393ECE. Grayscale: #B2B2B2. Windows color (decimal): -3751631 or 3260870. OLE color: 3260870.
HSL color Cylindrical-coordinate representation of color #C6C131: hue angle of 57.99º 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 #C6C131 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 49 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.22 |
| HSL | 57.99º | 0.6% | 0.48% | - |
| HSV(B) | 57.99º | 0.75% | 0.78% | - |
| XYZ | 42.91 | 50.37 | 10.37 | - |
| YUV | 178.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 49 | 0 | 0.03 | 0.75 | 0.22 | 57.99 | 0.6 | 0.48 |
| Hex | C6 | C1 | 31 | 0 | 3 | 4B | 16 | 3A | 3C | 30 |
| Octal | 306 | 301 | 61 | 0 | 3 | 113 | 26 | 72 | 74 | 60 |
| Binary | 11000110 | 11000001 | 110001 | 0 | 11 | 1001011 | 10110 | 111010 | 111100 | 110000 |
Color Harmonies of #C6C131
Complementary color
Monochromatic Colors of #C6C131
Black with #C6C131
Text Example
Text Example
White with #C6C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C131; }
p { color: rgb(198,193,49); }
H1.HeaderClassName
{
color: #C6C131;
}
.AnyTagClassName
{
color: #C6C131;
}
</style>
background-color css
<style>
a { background-color: #C6C131; }
a { background-color: rgb(198,193,49); }
div.DivClassName
{
background-color: #C6C131;
}
.BgClassName
{
background-color: #C6C131;
}
</style>
border-color css
<style>
span { border-color: #C6C131; }
span { border-color: rgb(198,193,49); }
td.TdClassName
{
border-color: #C6C131;
}
.TagClassName
{
border-color: #C6C131;
}
</style>