HEX Color Conversion

Hex Color Code #CD235C — RGB & HSL Conversions

How to use the #CD235C color code in HTML & CSS?

To apply the hex color #CD235C in web design, set the color property inside your CSS stylesheet. For example, adding background-color: #CD235C; will paint elements in this warm undertone shade. In modern CSS structures, you can configure it as a custom variable --color-hex: #CD235C; or utilize it directly in Tailwind CSS via arbitrary utility values like bg-[#CD235C].

What are the RGB and HSL conversion values for #CD235C?

In the digital sRGB color space, the hex value #CD235C is converted to RGB values of Red: 205, Green: 35, and Blue: 92. When analyzed under the HSL model, its coordinates correspond to hue angle 340°, 71% saturation, and 47% lightness. This makes it visually a balanced medium tone with a balanced, moderate saturation.

CMYK print code settings for #CD235C

When converting #CD235C for CMYK printing, the color separation consists of 0% Cyan, 83% Magenta, 55% Yellow, and 20% key/black. These neutral color boundaries serve as solid structural backgrounds, layouts, and typography grids.

Red Channel 205
Green Channel 35
Blue Channel 92
Luminance 0.150

HEX #CD235C Color Space Conversions

Click to copy format
HEX Color Code #CD235C
RGB (Red Green Blue) rgb(205, 35, 92)
HSL (Hue Sat Light) hsl(340°, 71%, 47%)
CMYK (Commercial Print) cmyk(0%, 83%, 55%, 20%)
HSV / HSB Values hsv(340°, 83%, 80%)
Decimal Color Code 13443932
CSS Custom Variable --color-hex: #CD235C;
Tailwind CSS Utility bg-[#CD235C]

Contrast & Accessibility (WCAG 2.1) Check

White Text on Background

White text readability test with #CD235C

Small body copy preview

Black Text on Background

Black text readability test with #CD235C

Small body copy preview

Complementary & Analogous Harmonies

Perfect matching color schemes for your designs

Shades & Tints Generator Matrix

Copy shade hex values instantly

Darker Shades (Adding Black)

Lighter Tints (Adding White)

{ } CSS Custom Properties (Variables)

Copy CSS Styles
/* CSS Custom Properties for color #CD235C */
--color-hex: #CD235C;
--color-rgb: rgb(205, 35, 92);
--color-hsl: hsl(340deg, 71%, 47%);

Adjacent HEX Color Codes

Copied!