Shades of Blush #C04D5F
Tints of Blush #C04D5F
RGB
CMYK
RGB Variations
Color information
#C04D5F (or 0xC04D5F) is known color: Blush. HEX triplet: C0, 4D and 5F. RGB value is (192,77,95). Sum of RGB (Red+Green+Blue) = 192+77+95=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D5F is #3FB2A0. Grayscale: #717171. Windows color (decimal): -4174497 or 6245824. OLE color: 6245824.
HSL color Cylindrical-coordinate representation of color #C04D5F: hue angle of 350.61º 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 #C04D5F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 95 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 350.61º | 0.48% | 0.53% | - |
| HSV(B) | 350.61º | 0.6% | 0.75% | - |
| XYZ | 26.46 | 17.34 | 12.78 | - |
| YUV | 113.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 95 | 0 | 0.60 | 0.51 | 0.25 | 350.61 | 0.48 | 0.53 |
| Hex | C0 | 4D | 5F | 0 | 3C | 33 | 19 | 15F | 30 | 35 |
| Octal | 300 | 115 | 137 | 0 | 74 | 63 | 31 | 537 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1011111 | 0 | 111100 | 110011 | 11001 | 101011111 | 110000 | 110101 |
Color Harmonies of #C04D5F
Complementary color
Monochromatic Colors of #C04D5F
Black with #C04D5F
Text Example
Text Example
White with #C04D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D5F; }
p { color: rgb(192,77,95); }
H1.HeaderClassName
{
color: #C04D5F;
}
.AnyTagClassName
{
color: #C04D5F;
}
</style>
background-color css
<style>
a { background-color: #C04D5F; }
a { background-color: rgb(192,77,95); }
div.DivClassName
{
background-color: #C04D5F;
}
.BgClassName
{
background-color: #C04D5F;
}
</style>
border-color css
<style>
span { border-color: #C04D5F; }
span { border-color: rgb(192,77,95); }
td.TdClassName
{
border-color: #C04D5F;
}
.TagClassName
{
border-color: #C04D5F;
}
</style>