Puce Hex Code — #CC8899
RGB, HSL, and CMYK values for Puce.
Puce Color Values
| Format | Value |
|---|---|
| HEX | #CC8899 |
| RGB | rgb(204, 136, 153) |
| HSL | hsl(345, 40%, 67%) |
| CMYK | cmyk(0%, 33%, 25%, 20%) |
Want to explore more shades? Use our Color Converter
About Puce
Color psychology: Subtlety, complexity.
Puce (#CC8899) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where subtlety, complexity are desired associations.
How to Use Puce in CSS
/* Using HEX */ color: #CC8899; background-color: #CC8899; /* Using RGB */ color: rgb(204, 136, 153); /* Using HSL */ color: hsl(345, 40%, 67%);