Terracotta to RGB — Color Code

RGB

rgb(202, 102, 65)

Format Value
HEX #ca6641
RGB rgb(202, 102, 65)
HSL hsl(16.2, 56.4%, 52.4%)
CMYK cmyk(0%, 49.5%, 67.8%, 20.8%)

What is the RGB code for terracotta?

The CSS color terracotta in RGB format is rgb(202, 102, 65). Use this value directly in CSS, SVG, and most design tools.

How do I use terracotta in CSS?

To apply terracotta in CSS:

  • Text color: color: rgb(202, 102, 65);
  • Background: background-color: rgb(202, 102, 65);
  • Border: border-color: rgb(202, 102, 65);

What are all the color format values for terracotta?

FormatValue
HEX#ca6641
RGBrgb(202, 102, 65)
HSLhsl(16.2, 56.4%, 52.4%)
CMYKcmyk(0%, 49.5%, 67.8%, 20.8%)

How do I convert terracotta to RGB?

Select terracotta from the color name list in our color converter. The RGB value — rgb(202, 102, 65) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does terracotta belong to?

terracotta belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 16.2°, saturation 56.4%, lightness 52.4%.

How do I create lighter and darker shades of terracotta?

Lighter variant (lightness 67.4%): #db967d. Darker variant (lightness 37.4%): #95472a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.