Color #CD5C5C
#CD5C5Crgb(205, 92, 92)
Color Codes
HEX#CD5C5C
RGBrgb(205, 92, 92)
HSLhsl(0°, 53%, 58%)
CMYKcmyk(0%, 55%, 55%, 20%)
CIELABLab(53.4, 44.8, 22.1)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #CD5C5C;color: #CD5C5C;border: 2px solid #CD5C5C;background: linear-gradient(135deg, #CD5C5C, #5ccdcd);Code Export
css
:root {
--color-primary: #cd5c5c;
--color-primary-rgb: 205, 92, 92;
--color-primary-hsl: 0, 53%, 58%;
}