Shades of Blush #C04E60
Tints of Blush #C04E60
RGB
CMYK
RGB Variations
Color information
#C04E60 (or 0xC04E60) is known color: Blush. HEX triplet: C0, 4E and 60. RGB value is (192,78,96). Sum of RGB (Red+Green+Blue) = 192+78+96=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E60 is #3FB19F. Grayscale: #727272. Windows color (decimal): -4174240 or 6311616. OLE color: 6311616.
HSL color Cylindrical-coordinate representation of color #C04E60: hue angle of 350.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E60 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 96 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.25 |
| HSL | 350.53º | 0.48% | 0.53% | - |
| HSV(B) | 350.53º | 0.59% | 0.75% | - |
| XYZ | 26.57 | 17.5 | 13.04 | - |
| YUV | 114.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 96 | 0 | 0.59 | 0.50 | 0.25 | 350.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | 60 | 0 | 3B | 32 | 19 | 15F | 30 | 35 |
| Octal | 300 | 116 | 140 | 0 | 73 | 62 | 31 | 537 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1100000 | 0 | 111011 | 110010 | 11001 | 101011111 | 110000 | 110101 |
Color Harmonies of #C04E60
Complementary color
Monochromatic Colors of #C04E60
Black with #C04E60
Text Example
Text Example
White with #C04E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E60; }
p { color: rgb(192,78,96); }
H1.HeaderClassName
{
color: #C04E60;
}
.AnyTagClassName
{
color: #C04E60;
}
</style>
background-color css
<style>
a { background-color: #C04E60; }
a { background-color: rgb(192,78,96); }
div.DivClassName
{
background-color: #C04E60;
}
.BgClassName
{
background-color: #C04E60;
}
</style>
border-color css
<style>
span { border-color: #C04E60; }
span { border-color: rgb(192,78,96); }
td.TdClassName
{
border-color: #C04E60;
}
.TagClassName
{
border-color: #C04E60;
}
</style>