Fuzzy Wuzzy
#cc6666
Here's everything about the color Fuzzy Wuzzy (#cc6666) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc6666 | |
|---|---|---|
| RGB | rgb(204, 102, 102) | |
| HSL | hsl(0, 50%, 60%) | |
| CMYK | cmyk(0%, 50%, 50%, 20%) | |
| LAB | lab(56, 41, 20) | |
| OKLCH | oklch(0.63 0.13 21) |
Color harmonies
Tints & shades
Code snippets
color: #cc6666;
background-color: #cc6666;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC6666)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.40, blue: 0.40, alpha: 1.0)