Shades of Blush #C24961
Tints of Blush #C24961
RGB
CMYK
RGB Variations
Color information
#C24961 (or 0xC24961) is known color: Blush. HEX triplet: C2, 49 and 61. RGB value is (194,73,97). Sum of RGB (Red+Green+Blue) = 194+73+97=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24961 is #3DB69E. Grayscale: #6F6F6F. Windows color (decimal): -4044447 or 6375874. OLE color: 6375874.
HSL color Cylindrical-coordinate representation of color #C24961: hue angle of 348.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24961 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 97 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.24 |
| HSL | 348.1º | 0.5% | 0.52% | - |
| HSV(B) | 348.1º | 0.62% | 0.76% | - |
| XYZ | 26.79 | 17.1 | 13.2 | - |
| YUV | 111.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 97 | 0 | 0.62 | 0.50 | 0.24 | 348.1 | 0.5 | 0.52 |
| Hex | C2 | 49 | 61 | 0 | 3E | 32 | 18 | 15C | 32 | 34 |
| Octal | 302 | 111 | 141 | 0 | 76 | 62 | 30 | 534 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1100001 | 0 | 111110 | 110010 | 11000 | 101011100 | 110010 | 110100 |
Color Harmonies of #C24961
Complementary color
Monochromatic Colors of #C24961
Black with #C24961
Text Example
Text Example
White with #C24961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24961; }
p { color: rgb(194,73,97); }
H1.HeaderClassName
{
color: #C24961;
}
.AnyTagClassName
{
color: #C24961;
}
</style>
background-color css
<style>
a { background-color: #C24961; }
a { background-color: rgb(194,73,97); }
div.DivClassName
{
background-color: #C24961;
}
.BgClassName
{
background-color: #C24961;
}
</style>
border-color css
<style>
span { border-color: #C24961; }
span { border-color: rgb(194,73,97); }
td.TdClassName
{
border-color: #C24961;
}
.TagClassName
{
border-color: #C24961;
}
</style>