hex2rgb and rgb2hex are two C programs useful for
HTML programming and web design. rgb2hex converts
the Red-, Green- and Blue-values of a color into
their hexadecimal representation. hex2rgb converts
the hexadecimal value of a color into its Red-,
Green- and Blue-values.