I write a extension that user can mark the session with custom color.
User chooses color string from a colorDialog(C#), and I use
colorDialog.Color.Name try to get color name, but some colors convert
result is a HTML GRB string, like "ff008040". These color string can't
use in FiddlerScript directly.