Couch Potato
#c2b4a7
Couch Potato, represented by the hex value #c2b4a7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2b4a7 | |
|---|---|---|
| RGB | rgb(194, 180, 167) | |
| HSL | hsl(29, 18%, 71%) | |
| CMYK | cmyk(0%, 7%, 14%, 24%) | |
| LAB | lab(74, 4, 9) | |
| OKLCH | oklch(0.78 0.024 65) |
Color harmonies
Tints & shades
Code snippets
color: #c2b4a7;
background-color: #c2b4a7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC2B4A7)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.71, blue: 0.65, alpha: 1.0)