This data type is used for entities that describe the color of other entities.
The format for this data type looks like three positive integer numbers, separated by commas. The values are the intensity levels of the three primary colors in the color-rendition system of the display: red, green and blue (in that order). The intensity levels for each color may vary between 0 and 65535 (inclusive).
"0,0,0" is black, "65535,0,0" is red, "0,65535,0" is green, "0,0,65535" is blue, "65535,65535,65535" is white.