Mellow Mango
#cc4400
Here's everything about the color Mellow Mango (#cc4400) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc4400 | |
|---|---|---|
| RGB | rgb(204, 68, 0) | |
| HSL | hsl(20, 100%, 40%) | |
| CMYK | cmyk(0%, 67%, 100%, 20%) | |
| LAB | lab(49, 53, 61) | |
| OKLCH | oklch(0.57 0.182 39) |
Color harmonies
Tints & shades
Code snippets
color: #cc4400;
background-color: #cc4400;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC4400)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.27, blue: 0.00, alpha: 1.0)