Beauty and the Beach
#c99680
Beauty and the Beach, represented by the hex value #c99680, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c99680 | |
|---|---|---|
| RGB | rgb(201, 150, 128) | |
| HSL | hsl(18, 40%, 65%) | |
| CMYK | cmyk(0%, 25%, 36%, 21%) | |
| LAB | lab(67, 18, 20) | |
| OKLCH | oklch(0.72 0.069 44) |
Color harmonies
Tints & shades
Code snippets
color: #c99680;
background-color: #c99680;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC99680)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.59, blue: 0.50, alpha: 1.0)