Cinnapink
#a6646f
Cinnapink, represented by the hex value #a6646f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a6646f | |
|---|---|---|
| RGB | rgb(166, 100, 111) | |
| HSL | hsl(350, 27%, 52%) | |
| CMYK | cmyk(0%, 40%, 33%, 35%) | |
| LAB | lab(50, 28, 6) | |
| OKLCH | oklch(0.58 0.086 9) |
Color harmonies
Tints & shades
Code snippets
color: #a6646f;
background-color: #a6646f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA6646F)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.39, blue: 0.44, alpha: 1.0)