Shades of Blush #C24260
Tints of Blush #C24260
RGB
CMYK
RGB Variations
Color information
#C24260 (or 0xC24260) is known color: Blush. HEX triplet: C2, 42 and 60. RGB value is (194,66,96). Sum of RGB (Red+Green+Blue) = 194+66+96=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C24260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24260 is #3DBD9F. Grayscale: #6B6B6B. Windows color (decimal): -4046240 or 6308546. OLE color: 6308546.
HSL color Cylindrical-coordinate representation of color #C24260: hue angle of 345.94º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24260 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 96 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.24 |
| HSL | 345.94º | 0.51% | 0.51% | - |
| HSV(B) | 345.94º | 0.66% | 0.76% | - |
| XYZ | 26.31 | 16.21 | 12.81 | - |
| YUV | 107.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 96 | 0 | 0.66 | 0.51 | 0.24 | 345.94 | 0.51 | 0.51 |
| Hex | C2 | 42 | 60 | 0 | 42 | 33 | 18 | 15A | 33 | 33 |
| Octal | 302 | 102 | 140 | 0 | 102 | 63 | 30 | 532 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1100000 | 0 | 1000010 | 110011 | 11000 | 101011010 | 110011 | 110011 |
Color Harmonies of #C24260
Complementary color
Monochromatic Colors of #C24260
Black with #C24260
Text Example
Text Example
White with #C24260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24260; }
p { color: rgb(194,66,96); }
H1.HeaderClassName
{
color: #C24260;
}
.AnyTagClassName
{
color: #C24260;
}
</style>
background-color css
<style>
a { background-color: #C24260; }
a { background-color: rgb(194,66,96); }
div.DivClassName
{
background-color: #C24260;
}
.BgClassName
{
background-color: #C24260;
}
</style>
border-color css
<style>
span { border-color: #C24260; }
span { border-color: rgb(194,66,96); }
td.TdClassName
{
border-color: #C24260;
}
.TagClassName
{
border-color: #C24260;
}
</style>