Cedar Chest
#c95a49
Cedar Chest, represented by the hex value #c95a49, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c95a49 | |
|---|---|---|
| RGB | rgb(201, 90, 73) | |
| HSL | hsl(8, 54%, 54%) | |
| CMYK | cmyk(0%, 55%, 64%, 21%) | |
| LAB | lab(53, 44, 32) | |
| OKLCH | oklch(0.6 0.145 31) |
Color harmonies
Tints & shades
Code snippets
color: #c95a49;
background-color: #c95a49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC95A49)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.35, blue: 0.29, alpha: 1.0)