BYTE Red = 255;
BYTE Green = 255;
BYTE Blue = 255;

COLOR Color = (Red * 65536) + (Green * 256) + Blue;
