Shades of Blush #C04D62
Tints of Blush #C04D62
RGB
CMYK
RGB Variations
Color information
#C04D62 (or 0xC04D62) is known color: Blush. HEX triplet: C0, 4D and 62. RGB value is (192,77,98). Sum of RGB (Red+Green+Blue) = 192+77+98=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D62 is #3FB29D. Grayscale: #717171. Windows color (decimal): -4174494 or 6442432. OLE color: 6442432.
HSL color Cylindrical-coordinate representation of color #C04D62: hue angle of 349.04º 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 #C04D62 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 98 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.25 |
| HSL | 349.04º | 0.48% | 0.53% | - |
| HSV(B) | 349.04º | 0.6% | 0.75% | - |
| XYZ | 26.6 | 17.4 | 13.51 | - |
| YUV | 113.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 98 | 0 | 0.60 | 0.49 | 0.25 | 349.04 | 0.48 | 0.53 |
| Hex | C0 | 4D | 62 | 0 | 3C | 31 | 19 | 15D | 30 | 35 |
| Octal | 300 | 115 | 142 | 0 | 74 | 61 | 31 | 535 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1100010 | 0 | 111100 | 110001 | 11001 | 101011101 | 110000 | 110101 |
Color Harmonies of #C04D62
Complementary color
Monochromatic Colors of #C04D62
Black with #C04D62
Text Example
Text Example
White with #C04D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D62; }
p { color: rgb(192,77,98); }
H1.HeaderClassName
{
color: #C04D62;
}
.AnyTagClassName
{
color: #C04D62;
}
</style>
background-color css
<style>
a { background-color: #C04D62; }
a { background-color: rgb(192,77,98); }
div.DivClassName
{
background-color: #C04D62;
}
.BgClassName
{
background-color: #C04D62;
}
</style>
border-color css
<style>
span { border-color: #C04D62; }
span { border-color: rgb(192,77,98); }
td.TdClassName
{
border-color: #C04D62;
}
.TagClassName
{
border-color: #C04D62;
}
</style>