Shades of Sunset #C04E4D
Tints of Sunset #C04E4D
RGB
CMYK
RGB Variations
Color information
#C04E4D (or 0xC04E4D) is known color: Sunset. HEX triplet: C0, 4E and 4D. RGB value is (192,78,77). Sum of RGB (Red+Green+Blue) = 192+78+77=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E4D is #3FB1B2. Grayscale: #707070. Windows color (decimal): -4174259 or 5066432. OLE color: 5066432.
HSL color Cylindrical-coordinate representation of color #C04E4D: hue angle of 0.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04E4D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 77 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.25 |
| HSL | 0.52º | 0.48% | 0.53% | - |
| HSV(B) | 0.52º | 0.6% | 0.75% | - |
| XYZ | 25.8 | 17.19 | 8.98 | - |
| YUV | 111.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 77 | 0 | 0.59 | 0.60 | 0.25 | 0.52 | 0.48 | 0.53 |
| Hex | C0 | 4E | 4D | 0 | 3B | 3C | 19 | 1 | 30 | 35 |
| Octal | 300 | 116 | 115 | 0 | 73 | 74 | 31 | 1 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1001101 | 0 | 111011 | 111100 | 11001 | 1 | 110000 | 110101 |
Color Harmonies of #C04E4D
Complementary color
Monochromatic Colors of #C04E4D
Black with #C04E4D
Text Example
Text Example
White with #C04E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E4D; }
p { color: rgb(192,78,77); }
H1.HeaderClassName
{
color: #C04E4D;
}
.AnyTagClassName
{
color: #C04E4D;
}
</style>
background-color css
<style>
a { background-color: #C04E4D; }
a { background-color: rgb(192,78,77); }
div.DivClassName
{
background-color: #C04E4D;
}
.BgClassName
{
background-color: #C04E4D;
}
</style>
border-color css
<style>
span { border-color: #C04E4D; }
span { border-color: rgb(192,78,77); }
td.TdClassName
{
border-color: #C04E4D;
}
.TagClassName
{
border-color: #C04E4D;
}
</style>