Toupe
#c7ac7d
Toupe, represented by the hex value #c7ac7d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7ac7d | |
|---|---|---|
| RGB | rgb(199, 172, 125) | |
| HSL | hsl(38, 40%, 64%) | |
| CMYK | cmyk(0%, 14%, 37%, 22%) | |
| LAB | lab(72, 5, 28) | |
| OKLCH | oklch(0.76 0.07 81) |
Color harmonies
Tints & shades
Code snippets
color: #c7ac7d;
background-color: #c7ac7d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC7AC7D)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.67, blue: 0.49, alpha: 1.0)