Shades of Blush #C04960
Tints of Blush #C04960
RGB
CMYK
RGB Variations
Color information
#C04960 (or 0xC04960) is known color: Blush. HEX triplet: C0, 49 and 60. RGB value is (192,73,96). Sum of RGB (Red+Green+Blue) = 192+73+96=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C04960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04960 is #3FB69F. Grayscale: #6F6F6F. Windows color (decimal): -4175520 or 6310336. OLE color: 6310336.
HSL color Cylindrical-coordinate representation of color #C04960: hue angle of 348.4º 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 #C04960 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 96 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.25 |
| HSL | 348.4º | 0.49% | 0.52% | - |
| HSV(B) | 348.4º | 0.62% | 0.75% | - |
| XYZ | 26.23 | 16.82 | 12.93 | - |
| YUV | 111.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 96 | 0 | 0.62 | 0.50 | 0.25 | 348.4 | 0.49 | 0.52 |
| Hex | C0 | 49 | 60 | 0 | 3E | 32 | 19 | 15C | 31 | 34 |
| Octal | 300 | 111 | 140 | 0 | 76 | 62 | 31 | 534 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1100000 | 0 | 111110 | 110010 | 11001 | 101011100 | 110001 | 110100 |
Color Harmonies of #C04960
Complementary color
Monochromatic Colors of #C04960
Black with #C04960
Text Example
Text Example
White with #C04960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04960; }
p { color: rgb(192,73,96); }
H1.HeaderClassName
{
color: #C04960;
}
.AnyTagClassName
{
color: #C04960;
}
</style>
background-color css
<style>
a { background-color: #C04960; }
a { background-color: rgb(192,73,96); }
div.DivClassName
{
background-color: #C04960;
}
.BgClassName
{
background-color: #C04960;
}
</style>
border-color css
<style>
span { border-color: #C04960; }
span { border-color: rgb(192,73,96); }
td.TdClassName
{
border-color: #C04960;
}
.TagClassName
{
border-color: #C04960;
}
</style>