Share:

HSI to YcCbcCrc Converter - Color Space Converter

HSI color space introduction

Also known as the HSI color space.There are 3 channels in total, hue,range from 0 to 360.saturation,range from 0 to 100.intensity,range from 0 to 255.
Origin: The HSI color space was designed to better match the color perception characteristics of the human eye, suitable for processing color-related information.
Primary Names: HSI, which includes H (Hue), S (Saturation), and I (Intensity) as the three color channels.
Typically expressed as a triplet, for example: hsi(120°, 0.5, 0.75) represents a green hue with medium saturation and high brightness.
Usage Scope: Extensively used in image processing and analysis, such as color segmentation, edge detection, target tracking, etc.
Additionally, HSI can be converted to and from RGB, and while similar to HSV and HSL, in HSI, I (Intensity) represents the overall brightness of the color.

YcCbcCrc color space introduction

Also known as the YcCbcCrc color space.There are 3 channels in total,Yc,range from 0 to 1.Cbc,range from -0.5 to 0.5.Crc,range from -0.5 to 0.5.
The YcCbcCrc color space is based on the traditional YCbCr color space, optimized for chrominance components of High Definition Television (HDTV) signals to accommodate video signals of different resolutions during transmission and processing.
YcCbcCrc uses a component representation method similar to YCbCr, usually including a luminance component Yc and two chrominance components Cbc and Crc. The difference lies in the scaling factors for Cbc and Crc, which are adjusted according to different HDTV standards. In 8-bit video signals, the range of values for Yc, Cbc, and Crc may vary depending on the standard.
This color space is primarily used in professional video production and editing, excelling in video compression and broadcast transmission, especially when dealing with high-definition video signals.
YcCbcCrc adapts to higher resolution video signals with different scaling and offset compared to standard YCbCr. This can improve the representation of chrominance signals, particularly during color conversion and color grading processes.

You might also want to convert HSI color space to these formats: