Hot Caramel
#cc6e3b
Looking for the precise values behind Hot Caramel (#cc6e3b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cc6e3b | |
|---|---|---|
| RGB | rgb(204, 110, 59) | |
| HSL | hsl(21, 59%, 52%) | |
| CMYK | cmyk(0%, 46%, 71%, 20%) | |
| LAB | lab(57, 35, 45) | |
| OKLCH | oklch(0.64 0.135 47) |
Color harmonies
Tints & shades
Code snippets
color: #cc6e3b;
background-color: #cc6e3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCC6E3B)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.43, blue: 0.23, alpha: 1.0)