Gingerbread House
#ca994e
Gingerbread House, represented by the hex value #ca994e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ca994e | |
|---|---|---|
| RGB | rgb(202, 153, 78) | |
| HSL | hsl(36, 54%, 55%) | |
| CMYK | cmyk(0%, 24%, 61%, 21%) | |
| LAB | lab(67, 13, 46) | |
| OKLCH | oklch(0.71 0.11 76) |
Color harmonies
Tints & shades
Code snippets
color: #ca994e;
background-color: #ca994e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCA994E)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.60, blue: 0.31, alpha: 1.0)