City Dweller
#c0b9ac
Looking for the precise values behind City Dweller (#c0b9ac)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c0b9ac | |
|---|---|---|
| RGB | rgb(192, 185, 172) | |
| HSL | hsl(39, 14%, 71%) | |
| CMYK | cmyk(0%, 4%, 10%, 25%) | |
| LAB | lab(75, 1, 8) | |
| OKLCH | oklch(0.79 0.02 83) |
Color harmonies
Tints & shades
Code snippets
color: #c0b9ac;
background-color: #c0b9ac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC0B9AC)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.73, blue: 0.67, alpha: 1.0)