Shades of Sunset #C04E4C
Tints of Sunset #C04E4C
RGB
CMYK
RGB Variations
Color information
#C04E4C (or 0xC04E4C) is known color: Sunset. HEX triplet: C0, 4E and 4C. RGB value is (192,78,76). Sum of RGB (Red+Green+Blue) = 192+78+76=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E4C is #3FB1B3. Grayscale: #6F6F6F. Windows color (decimal): -4174260 or 5000896. OLE color: 5000896.
HSL color Cylindrical-coordinate representation of color #C04E4C: hue angle of 1.03º 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 #C04E4C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 76 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.25 |
| HSL | 1.03º | 0.48% | 0.53% | - |
| HSV(B) | 1.03º | 0.6% | 0.75% | - |
| XYZ | 25.77 | 17.18 | 8.79 | - |
| YUV | 111.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 76 | 0 | 0.59 | 0.60 | 0.25 | 1.03 | 0.48 | 0.53 |
| Hex | C0 | 4E | 4C | 0 | 3B | 3C | 19 | 1 | 30 | 35 |
| Octal | 300 | 116 | 114 | 0 | 73 | 74 | 31 | 1 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1001100 | 0 | 111011 | 111100 | 11001 | 1 | 110000 | 110101 |
Color Harmonies of #C04E4C
Complementary color
Monochromatic Colors of #C04E4C
Black with #C04E4C
Text Example
Text Example
White with #C04E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E4C; }
p { color: rgb(192,78,76); }
H1.HeaderClassName
{
color: #C04E4C;
}
.AnyTagClassName
{
color: #C04E4C;
}
</style>
background-color css
<style>
a { background-color: #C04E4C; }
a { background-color: rgb(192,78,76); }
div.DivClassName
{
background-color: #C04E4C;
}
.BgClassName
{
background-color: #C04E4C;
}
</style>
border-color css
<style>
span { border-color: #C04E4C; }
span { border-color: rgb(192,78,76); }
td.TdClassName
{
border-color: #C04E4C;
}
.TagClassName
{
border-color: #C04E4C;
}
</style>