Version: 2019.1
public static string ToHtmlStringRGB (Color color);

Parameters

colorThe color to be converted.

Returns

string Hexadecimal string representing the color.

Description

Returns the color as a hexadecimal string in the format "RRGGBB".

See Also: ColorUtility.ToHtmlColorStringRGBA.