#c04820 color RGB value is (12, 4, 130).
#c04820 hex color red value is 12, green value is 4, and blue value is 130.
Cylindrical-coordinate representations (HSL) of color #c04820
hue: 243.81,
saturation: 0.94 and lightness: 0.26.
The process color (four-color CMYK) of #c04820 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c04820 is #ff9999. Color #c04820 contains mainly RED.
| Color spaces of #c04820 | Value |
|---|---|
| RGB | 192, 72, 32 |
| HSL | 0.04, 0.71, 0.44 |
| HSV | 15°, 83°, 75° |
| XYZ | 24.32, 15.95, 3.16 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000000 | 1001000 | 100000 |
| Octal | 300 | 110 | 40 |
| Decimal | 192 | 72 | 32 |
| Hex | C0 | 48 | 20 |
Shades of #c04820
Tints of #c04820
.mybgColor {background-color: #c04820;}
.myforeColor {color: #c04820;}
.myborderColor {border:3px solid #c04820;}
<p style="color:#c04820">Text here</p>
This sample text is styled with the font color #c04820. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#c04820">Div content here</div>
<div style="border:3px solid #c04820">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(192, 72, 32, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c04820; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c04820;
-webkit-box-shadow: 1px 1px 3px #c04820;
box-shadow: 1px 1px 3px #c04820; }
<p style="text-shadow: 4px 4px 2px rgba(192, 72, 32, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c04820;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c04820;
-webkit-box-shadow: 1px 1px 3px #c04820;
box-shadow: 1px 1px 3px #c04820;">Div content here</div>
