\color_back(gray80); \color_back(0, 0, 100); % cyan
\color_back(COLOR); \color_back(RED, GREEN, BLUE);
  COLOR
  Description    : Indicates the name of the back color. 
  Type           : Symbol.
  Allowed values : One of the predefined color name :
                   [black, gray10, gray20, gray30,
                    gray40, gray50, gray60, gray70,
                    gray80, gray90, white].
  RED
  Description    : Indicates the percentage of red in back color.
  Type           : Integer.
  Allowed values : Any integer in range [0, 100].
  GREEN
  Description    : Indicates the percentage of green in back color.
  Type           : Integer.
  Allowed values : Any integer in range [0, 100].
  BLUE
  Description    : Indicates the percentage of blue in back color.
  Type           : Integer.
  Allowed values : Any integer in range [0, 100].