Watermelon Gelato
#c0686e
Looking for the precise values behind Watermelon Gelato (#c0686e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c0686e | |
|---|---|---|
| RGB | rgb(192, 104, 110) | |
| HSL | hsl(356, 41%, 58%) | |
| CMYK | cmyk(0%, 46%, 43%, 25%) | |
| LAB | lab(55, 36, 13) | |
| OKLCH | oklch(0.62 0.112 17) |
Color harmonies
Tints & shades
Code snippets
color: #c0686e;
background-color: #c0686e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFC0686E)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.41, blue: 0.43, alpha: 1.0)