CDATA color1 = Color( 255,0,0 ); // Red only, so this is bright red
CDATA color2 = Color( 0,255,0); // green only, this is bright green
CDATA color3 = Color( 0,0,255); // blue only, this is birght blue
CDATA color4 = Color(93,93,32); // this is probably a goldish grey