Shades of Old Gold #C6BA46
Tints of Old Gold #C6BA46
RGB
CMYK
RGB Variations
Color information
#C6BA46 (or 0xC6BA46) is known color: Old Gold. HEX triplet: C6, BA and 46. RGB value is (198,186,70). Sum of RGB (Red+Green+Blue) = 198+186+70=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA46 is #3945B9. Grayscale: #B0B0B0. Windows color (decimal): -3753402 or 4635334. OLE color: 4635334.
HSL color Cylindrical-coordinate representation of color #C6BA46: hue angle of 54.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6BA46 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 70 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.22 |
| HSL | 54.38º | 0.53% | 0.53% | - |
| HSV(B) | 54.38º | 0.65% | 0.78% | - |
| XYZ | 41.95 | 47.57 | 12.76 | - |
| YUV | 176.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 70 | 0 | 0.06 | 0.65 | 0.22 | 54.38 | 0.53 | 0.53 |
| Hex | C6 | BA | 46 | 0 | 6 | 41 | 16 | 36 | 35 | 35 |
| Octal | 306 | 272 | 106 | 0 | 6 | 101 | 26 | 66 | 65 | 65 |
| Binary | 11000110 | 10111010 | 1000110 | 0 | 110 | 1000001 | 10110 | 110110 | 110101 | 110101 |
Color Harmonies of #C6BA46
Complementary color
Monochromatic Colors of #C6BA46
Black with #C6BA46
Text Example
Text Example
White with #C6BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA46; }
p { color: rgb(198,186,70); }
H1.HeaderClassName
{
color: #C6BA46;
}
.AnyTagClassName
{
color: #C6BA46;
}
</style>
background-color css
<style>
a { background-color: #C6BA46; }
a { background-color: rgb(198,186,70); }
div.DivClassName
{
background-color: #C6BA46;
}
.BgClassName
{
background-color: #C6BA46;
}
</style>
border-color css
<style>
span { border-color: #C6BA46; }
span { border-color: rgb(198,186,70); }
td.TdClassName
{
border-color: #C6BA46;
}
.TagClassName
{
border-color: #C6BA46;
}
</style>