RGB
192, 64, 0
HSL
20°, 100%, 38%
CMYK
0, 67, 100, 25
HSV
20°, 100%, 75%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #C04000 |
color: #C04000;
|
| RGB | 192, 64, 0 |
color: rgb(192, 64, 0);
|
| RGB Percentage | 75%, 25%, 0% |
color: rgb(75%, 25%, 0%);
|
| CMYK | 0%, 67%, 100%, 25% | Not supported in CSS |
| HSL | 20°, 100%, 38% |
color: hsl(20, 100%, 38%);
|
| HSV | 20°, 100%, 75% | Not supported in CSS |
| CIE-LAB | 30, 26, 21 |
color: lab(30% 26 21);
|
| Decimal | 12599296 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.mahogany {
color: #C04000;
}
SCSS
$mahogany: #C04000;
RGB
rgb(192, 64, 0)
Accessibility & Contrast
White background
5.28:1
5.28
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
3.97:1
3.97
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element