Cajeta
#c46d29
Looking for the precise values behind Cajeta (#c46d29)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c46d29 | |
|---|---|---|
| RGB | rgb(196, 109, 41) | |
| HSL | hsl(26, 65%, 46%) | |
| CMYK | cmyk(0%, 44%, 79%, 23%) | |
| LAB | lab(55, 32, 51) | |
| OKLCH | oklch(0.62 0.136 54) |
Color harmonies
Tints & shades
Code snippets
color: #c46d29;
background-color: #c46d29;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFC46D29)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.43, blue: 0.16, alpha: 1.0)