Shades of Blush #C24060
Tints of Blush #C24060
RGB
CMYK
RGB Variations
Color information
#C24060 (or 0xC24060) is known color: Blush. HEX triplet: C2, 40 and 60. RGB value is (194,64,96). Sum of RGB (Red+Green+Blue) = 194+64+96=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C24060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24060 is #3DBF9F. Grayscale: #6A6A6A. Windows color (decimal): -4046752 or 6308034. OLE color: 6308034.
HSL color Cylindrical-coordinate representation of color #C24060: hue angle of 345.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24060 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 96 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.24 |
| HSL | 345.23º | 0.52% | 0.51% | - |
| HSV(B) | 345.23º | 0.67% | 0.76% | - |
| XYZ | 26.19 | 15.98 | 12.77 | - |
| YUV | 106.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 96 | 0 | 0.67 | 0.51 | 0.24 | 345.23 | 0.52 | 0.51 |
| Hex | C2 | 40 | 60 | 0 | 43 | 33 | 18 | 159 | 34 | 33 |
| Octal | 302 | 100 | 140 | 0 | 103 | 63 | 30 | 531 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1100000 | 0 | 1000011 | 110011 | 11000 | 101011001 | 110100 | 110011 |
Color Harmonies of #C24060
Complementary color
Monochromatic Colors of #C24060
Black with #C24060
Text Example
Text Example
White with #C24060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24060; }
p { color: rgb(194,64,96); }
H1.HeaderClassName
{
color: #C24060;
}
.AnyTagClassName
{
color: #C24060;
}
</style>
background-color css
<style>
a { background-color: #C24060; }
a { background-color: rgb(194,64,96); }
div.DivClassName
{
background-color: #C24060;
}
.BgClassName
{
background-color: #C24060;
}
</style>
border-color css
<style>
span { border-color: #C24060; }
span { border-color: rgb(194,64,96); }
td.TdClassName
{
border-color: #C24060;
}
.TagClassName
{
border-color: #C24060;
}
</style>