Shades of Blush #C04860
Tints of Blush #C04860
RGB
CMYK
RGB Variations
Color information
#C04860 (or 0xC04860) is known color: Blush. HEX triplet: C0, 48 and 60. RGB value is (192,72,96). Sum of RGB (Red+Green+Blue) = 192+72+96=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04860 is #3FB79F. Grayscale: #6E6E6E. Windows color (decimal): -4175776 or 6310080. OLE color: 6310080.
HSL color Cylindrical-coordinate representation of color #C04860: hue angle of 348º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04860 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 96 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.25 |
| HSL | 348º | 0.49% | 0.52% | - |
| HSV(B) | 348º | 0.63% | 0.75% | - |
| XYZ | 26.17 | 16.69 | 12.91 | - |
| YUV | 110.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 96 | 0 | 0.63 | 0.50 | 0.25 | 348 | 0.49 | 0.52 |
| Hex | C0 | 48 | 60 | 0 | 3F | 32 | 19 | 15C | 31 | 34 |
| Octal | 300 | 110 | 140 | 0 | 77 | 62 | 31 | 534 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1100000 | 0 | 111111 | 110010 | 11001 | 101011100 | 110001 | 110100 |
Color Harmonies of #C04860
Complementary color
Monochromatic Colors of #C04860
Black with #C04860
Text Example
Text Example
White with #C04860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04860; }
p { color: rgb(192,72,96); }
H1.HeaderClassName
{
color: #C04860;
}
.AnyTagClassName
{
color: #C04860;
}
</style>
background-color css
<style>
a { background-color: #C04860; }
a { background-color: rgb(192,72,96); }
div.DivClassName
{
background-color: #C04860;
}
.BgClassName
{
background-color: #C04860;
}
</style>
border-color css
<style>
span { border-color: #C04860; }
span { border-color: rgb(192,72,96); }
td.TdClassName
{
border-color: #C04860;
}
.TagClassName
{
border-color: #C04860;
}
</style>