Shades of Old Gold #C0BA37
Tints of Old Gold #C0BA37
RGB
CMYK
RGB Variations
Color information
#C0BA37 (or 0xC0BA37) is known color: Old Gold. HEX triplet: C0, BA and 37. RGB value is (192,186,55). Sum of RGB (Red+Green+Blue) = 192+186+55=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA37 is #3F45C8. Grayscale: #ADADAD. Windows color (decimal): -4146633 or 3652288. OLE color: 3652288.
HSL color Cylindrical-coordinate representation of color #C0BA37: hue angle of 57.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BA37 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 55 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.25 |
| HSL | 57.37º | 0.55% | 0.48% | - |
| HSV(B) | 57.37º | 0.71% | 0.75% | - |
| XYZ | 39.99 | 46.6 | 10.5 | - |
| YUV | 172.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 55 | 0 | 0.03 | 0.71 | 0.25 | 57.37 | 0.55 | 0.48 |
| Hex | C0 | BA | 37 | 0 | 3 | 47 | 19 | 39 | 37 | 30 |
| Octal | 300 | 272 | 67 | 0 | 3 | 107 | 31 | 71 | 67 | 60 |
| Binary | 11000000 | 10111010 | 110111 | 0 | 11 | 1000111 | 11001 | 111001 | 110111 | 110000 |
Color Harmonies of #C0BA37
Complementary color
Monochromatic Colors of #C0BA37
Black with #C0BA37
Text Example
Text Example
White with #C0BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA37; }
p { color: rgb(192,186,55); }
H1.HeaderClassName
{
color: #C0BA37;
}
.AnyTagClassName
{
color: #C0BA37;
}
</style>
background-color css
<style>
a { background-color: #C0BA37; }
a { background-color: rgb(192,186,55); }
div.DivClassName
{
background-color: #C0BA37;
}
.BgClassName
{
background-color: #C0BA37;
}
</style>
border-color css
<style>
span { border-color: #C0BA37; }
span { border-color: rgb(192,186,55); }
td.TdClassName
{
border-color: #C0BA37;
}
.TagClassName
{
border-color: #C0BA37;
}
</style>