Sand Hex Code — #C2B280
RGB, HSL, and CMYK values for Sand.
Sand Color Values
| Format | Value |
|---|---|
| HEX | #C2B280 |
| RGB | rgb(194, 178, 128) |
| HSL | hsl(45, 35%, 63%) |
| CMYK | cmyk(0%, 8%, 34%, 24%) |
Want to explore more shades? Use our Color Converter
About Sand
Color psychology: Warmth, neutrality.
Sand (#C2B280) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where warmth, neutrality are desired associations.
How to Use Sand in CSS
/* Using HEX */ color: #C2B280; background-color: #C2B280; /* Using RGB */ color: rgb(194, 178, 128); /* Using HSL */ color: hsl(45, 35%, 63%);