Cardboard
#c19a6c
Cardboard, represented by the hex value #c19a6c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c19a6c | |
|---|---|---|
| RGB | rgb(193, 154, 108) | |
| HSL | hsl(32, 41%, 59%) | |
| CMYK | cmyk(0%, 20%, 44%, 24%) | |
| LAB | lab(66, 11, 30) | |
| OKLCH | oklch(0.71 0.077 71) |
Color harmonies
Tints & shades
Code snippets
color: #c19a6c;
background-color: #c19a6c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC19A6C)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.60, blue: 0.42, alpha: 1.0)