I am setting the background color of a button from c#,
bt_Save.BackColor=Color.Gray;
bt_Submit.BackColor = Color.Gray;
but i dont want the grey color i want the #c9c9c9 color, i tried Color.#c9c9c9 it keeps showing error.. how to set the color