What is the RGB code for terra cotta?
The CSS color terra cotta in RGB format is rgb(201, 100, 59). Use this value directly in CSS, SVG, and most design tools.
How do I use terra cotta in CSS?
To apply terra cotta in CSS:
- Text color: color: rgb(201, 100, 59);
- Background: background-color: rgb(201, 100, 59);
- Border: border-color: rgb(201, 100, 59);
What are all the color format values for terra cotta?
| Format | Value |
|---|---|
| HEX | #c9643b |
| RGB | rgb(201, 100, 59) |
| HSL | hsl(17.3, 56.8%, 51%) |
| CMYK | cmyk(0%, 50.2%, 70.6%, 21.2%) |
How do I convert terra cotta to RGB?
Select terra cotta from the color name list in our color converter. The RGB value — rgb(201, 100, 59) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does terra cotta belong to?
terra cotta belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 17.3°, saturation 56.8%, lightness 51%.
How do I create lighter and darker shades of terra cotta?
Lighter variant (lightness 66%): #da9377. Darker variant (lightness 36%): #904628. 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.