Shades of Blush #C04F60
Tints of Blush #C04F60
RGB
CMYK
RGB Variations
Color information
#C04F60 (or 0xC04F60) is known color: Blush. HEX triplet: C0, 4F and 60. RGB value is (192,79,96). Sum of RGB (Red+Green+Blue) = 192+79+96=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F60 is #3FB09F. Grayscale: #727272. Windows color (decimal): -4173984 or 6311872. OLE color: 6311872.
HSL color Cylindrical-coordinate representation of color #C04F60: hue angle of 350.97º 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 #C04F60 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 96 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.25 |
| HSL | 350.97º | 0.47% | 0.53% | - |
| HSV(B) | 350.97º | 0.59% | 0.75% | - |
| XYZ | 26.65 | 17.64 | 13.07 | - |
| YUV | 114.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 96 | 0 | 0.59 | 0.50 | 0.25 | 350.97 | 0.47 | 0.53 |
| Hex | C0 | 4F | 60 | 0 | 3B | 32 | 19 | 15F | 2F | 35 |
| Octal | 300 | 117 | 140 | 0 | 73 | 62 | 31 | 537 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1100000 | 0 | 111011 | 110010 | 11001 | 101011111 | 101111 | 110101 |
Color Harmonies of #C04F60
Complementary color
Monochromatic Colors of #C04F60
Black with #C04F60
Text Example
Text Example
White with #C04F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F60; }
p { color: rgb(192,79,96); }
H1.HeaderClassName
{
color: #C04F60;
}
.AnyTagClassName
{
color: #C04F60;
}
</style>
background-color css
<style>
a { background-color: #C04F60; }
a { background-color: rgb(192,79,96); }
div.DivClassName
{
background-color: #C04F60;
}
.BgClassName
{
background-color: #C04F60;
}
</style>
border-color css
<style>
span { border-color: #C04F60; }
span { border-color: rgb(192,79,96); }
td.TdClassName
{
border-color: #C04F60;
}
.TagClassName
{
border-color: #C04F60;
}
</style>