Shades of Blush #C04E68
Tints of Blush #C04E68
RGB
CMYK
RGB Variations
Color information
#C04E68 (or 0xC04E68) is known color: Blush. HEX triplet: C0, 4E and 68. RGB value is (192,78,104). Sum of RGB (Red+Green+Blue) = 192+78+104=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E68 is #3FB197. Grayscale: #737373. Windows color (decimal): -4174232 or 6835904. OLE color: 6835904.
HSL color Cylindrical-coordinate representation of color #C04E68: hue angle of 346.32º 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 #C04E68 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 104 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.25 |
| HSL | 346.32º | 0.48% | 0.53% | - |
| HSV(B) | 346.32º | 0.59% | 0.75% | - |
| XYZ | 26.96 | 17.65 | 15.08 | - |
| YUV | 115.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 104 | 0 | 0.59 | 0.46 | 0.25 | 346.32 | 0.48 | 0.53 |
| Hex | C0 | 4E | 68 | 0 | 3B | 2E | 19 | 15A | 30 | 35 |
| Octal | 300 | 116 | 150 | 0 | 73 | 56 | 31 | 532 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1101000 | 0 | 111011 | 101110 | 11001 | 101011010 | 110000 | 110101 |
Color Harmonies of #C04E68
Complementary color
Monochromatic Colors of #C04E68
Black with #C04E68
Text Example
Text Example
White with #C04E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E68; }
p { color: rgb(192,78,104); }
H1.HeaderClassName
{
color: #C04E68;
}
.AnyTagClassName
{
color: #C04E68;
}
</style>
background-color css
<style>
a { background-color: #C04E68; }
a { background-color: rgb(192,78,104); }
div.DivClassName
{
background-color: #C04E68;
}
.BgClassName
{
background-color: #C04E68;
}
</style>
border-color css
<style>
span { border-color: #C04E68; }
span { border-color: rgb(192,78,104); }
td.TdClassName
{
border-color: #C04E68;
}
.TagClassName
{
border-color: #C04E68;
}
</style>