Shades of Blush #C04460
Tints of Blush #C04460
RGB
CMYK
RGB Variations
Color information
#C04460 (or 0xC04460) is known color: Blush. HEX triplet: C0, 44 and 60. RGB value is (192,68,96). Sum of RGB (Red+Green+Blue) = 192+68+96=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C04460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04460 is #3FBB9F. Grayscale: #6C6C6C. Windows color (decimal): -4176800 or 6309056. OLE color: 6309056.
HSL color Cylindrical-coordinate representation of color #C04460: hue angle of 346.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04460 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 96 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.25 |
| HSL | 346.45º | 0.5% | 0.51% | - |
| HSV(B) | 346.45º | 0.65% | 0.75% | - |
| XYZ | 25.92 | 16.19 | 12.82 | - |
| YUV | 108.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 96 | 0 | 0.65 | 0.50 | 0.25 | 346.45 | 0.5 | 0.51 |
| Hex | C0 | 44 | 60 | 0 | 41 | 32 | 19 | 15A | 32 | 33 |
| Octal | 300 | 104 | 140 | 0 | 101 | 62 | 31 | 532 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1100000 | 0 | 1000001 | 110010 | 11001 | 101011010 | 110010 | 110011 |
Color Harmonies of #C04460
Complementary color
Monochromatic Colors of #C04460
Black with #C04460
Text Example
Text Example
White with #C04460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04460; }
p { color: rgb(192,68,96); }
H1.HeaderClassName
{
color: #C04460;
}
.AnyTagClassName
{
color: #C04460;
}
</style>
background-color css
<style>
a { background-color: #C04460; }
a { background-color: rgb(192,68,96); }
div.DivClassName
{
background-color: #C04460;
}
.BgClassName
{
background-color: #C04460;
}
</style>
border-color css
<style>
span { border-color: #C04460; }
span { border-color: rgb(192,68,96); }
td.TdClassName
{
border-color: #C04460;
}
.TagClassName
{
border-color: #C04460;
}
</style>