Hi I have a beginner issue. I am using Google collab to run a python script for converting colour. But I have no idea how to key in the color code? Hex is said to be possible but I do not know how to input this.
Text version:
import colour['#735244']
input_colourspace = colour.RGB_COLOURSPACES['ACEScg']
output_colourspace = colour.RGB_COLOURSPACES['sRGB']
colour.matrix_RGB_to_RGB(input_colourspace, output_colourspace, 'CAT02')