Mahogany
#c04000
Mahogany is a color with the hex code #c04000. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c04000 | |
|---|---|---|
| RGB | rgb(192, 64, 0) | |
| HSL | hsl(20, 100%, 38%) | |
| CMYK | cmyk(0%, 67%, 100%, 25%) | |
| LAB | lab(46, 51, 58) | |
| OKLCH | oklch(0.55 0.174 40) |
Color harmonies
Tints & shades
Code snippets
color: #c04000;
background-color: #c04000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC04000)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.25, blue: 0.00, alpha: 1.0)