Shades of Sunset #C04D49
Tints of Sunset #C04D49
RGB
CMYK
RGB Variations
Color information
#C04D49 (or 0xC04D49) is known color: Sunset. HEX triplet: C0, 4D and 49. RGB value is (192,77,73). Sum of RGB (Red+Green+Blue) = 192+77+73=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D49 is #3FB2B6. Grayscale: #6F6F6F. Windows color (decimal): -4174519 or 4804032. OLE color: 4804032.
HSL color Cylindrical-coordinate representation of color #C04D49: hue angle of 2.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04D49 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 73 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.25 |
| HSL | 2.02º | 0.49% | 0.52% | - |
| HSV(B) | 2.02º | 0.62% | 0.75% | - |
| XYZ | 25.59 | 17 | 8.23 | - |
| YUV | 110.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 73 | 0 | 0.60 | 0.62 | 0.25 | 2.02 | 0.49 | 0.52 |
| Hex | C0 | 4D | 49 | 0 | 3C | 3E | 19 | 2 | 31 | 34 |
| Octal | 300 | 115 | 111 | 0 | 74 | 76 | 31 | 2 | 61 | 64 |
| Binary | 11000000 | 1001101 | 1001001 | 0 | 111100 | 111110 | 11001 | 10 | 110001 | 110100 |
Color Harmonies of #C04D49
Complementary color
Monochromatic Colors of #C04D49
Black with #C04D49
Text Example
Text Example
White with #C04D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D49; }
p { color: rgb(192,77,73); }
H1.HeaderClassName
{
color: #C04D49;
}
.AnyTagClassName
{
color: #C04D49;
}
</style>
background-color css
<style>
a { background-color: #C04D49; }
a { background-color: rgb(192,77,73); }
div.DivClassName
{
background-color: #C04D49;
}
.BgClassName
{
background-color: #C04D49;
}
</style>
border-color css
<style>
span { border-color: #C04D49; }
span { border-color: rgb(192,77,73); }
td.TdClassName
{
border-color: #C04D49;
}
.TagClassName
{
border-color: #C04D49;
}
</style>