Shades of Blush #C24764
Tints of Blush #C24764
RGB
CMYK
RGB Variations
Color information
#C24764 (or 0xC24764) is known color: Blush. HEX triplet: C2, 47 and 64. RGB value is (194,71,100). Sum of RGB (Red+Green+Blue) = 194+71+100=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24764 is #3DB89B. Grayscale: #6F6F6F. Windows color (decimal): -4044956 or 6571970. OLE color: 6571970.
HSL color Cylindrical-coordinate representation of color #C24764: hue angle of 345.85º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24764 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 100 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.24 |
| HSL | 345.85º | 0.5% | 0.52% | - |
| HSV(B) | 345.85º | 0.63% | 0.76% | - |
| XYZ | 26.8 | 16.9 | 13.91 | - |
| YUV | 111.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 100 | 0 | 0.63 | 0.48 | 0.24 | 345.85 | 0.5 | 0.52 |
| Hex | C2 | 47 | 64 | 0 | 3F | 30 | 18 | 15A | 32 | 34 |
| Octal | 302 | 107 | 144 | 0 | 77 | 60 | 30 | 532 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1100100 | 0 | 111111 | 110000 | 11000 | 101011010 | 110010 | 110100 |
Color Harmonies of #C24764
Complementary color
Monochromatic Colors of #C24764
Black with #C24764
Text Example
Text Example
White with #C24764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24764; }
p { color: rgb(194,71,100); }
H1.HeaderClassName
{
color: #C24764;
}
.AnyTagClassName
{
color: #C24764;
}
</style>
background-color css
<style>
a { background-color: #C24764; }
a { background-color: rgb(194,71,100); }
div.DivClassName
{
background-color: #C24764;
}
.BgClassName
{
background-color: #C24764;
}
</style>
border-color css
<style>
span { border-color: #C24764; }
span { border-color: rgb(194,71,100); }
td.TdClassName
{
border-color: #C24764;
}
.TagClassName
{
border-color: #C24764;
}
</style>