Bengal
#cc974d
Looking for the precise values behind Bengal (#cc974d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cc974d | |
|---|---|---|
| RGB | rgb(204, 151, 77) | |
| HSL | hsl(35, 55%, 55%) | |
| CMYK | cmyk(0%, 26%, 62%, 20%) | |
| LAB | lab(67, 15, 46) | |
| OKLCH | oklch(0.71 0.111 73) |
Color harmonies
Tints & shades
Code snippets
color: #cc974d;
background-color: #cc974d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCC974D)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.59, blue: 0.30, alpha: 1.0)