Old Rose
#c08081
Looking for the precise values behind Old Rose (#c08081)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c08081 | |
|---|---|---|
| RGB | rgb(192, 128, 129) | |
| HSL | hsl(359, 34%, 63%) | |
| CMYK | cmyk(0%, 33%, 33%, 25%) | |
| LAB | lab(60, 26, 10) | |
| OKLCH | oklch(0.67 0.08 18) |
Color harmonies
Tints & shades
Code snippets
color: #c08081;
background-color: #c08081;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFC08081)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.50, blue: 0.51, alpha: 1.0)