Shades of Blush #C24D62
Tints of Blush #C24D62
RGB
CMYK
RGB Variations
Color information
#C24D62 (or 0xC24D62) is known color: Blush. HEX triplet: C2, 4D and 62. RGB value is (194,77,98). Sum of RGB (Red+Green+Blue) = 194+77+98=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D62 is #3DB29D. Grayscale: #727272. Windows color (decimal): -4043422 or 6442434. OLE color: 6442434.
HSL color Cylindrical-coordinate representation of color #C24D62: hue angle of 349.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D62 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 98 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.24 |
| HSL | 349.23º | 0.49% | 0.53% | - |
| HSV(B) | 349.23º | 0.6% | 0.76% | - |
| XYZ | 27.11 | 17.66 | 13.54 | - |
| YUV | 114.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 98 | 0 | 0.60 | 0.49 | 0.24 | 349.23 | 0.49 | 0.53 |
| Hex | C2 | 4D | 62 | 0 | 3C | 31 | 18 | 15D | 31 | 35 |
| Octal | 302 | 115 | 142 | 0 | 74 | 61 | 30 | 535 | 61 | 65 |
| Binary | 11000010 | 1001101 | 1100010 | 0 | 111100 | 110001 | 11000 | 101011101 | 110001 | 110101 |
Color Harmonies of #C24D62
Complementary color
Monochromatic Colors of #C24D62
Black with #C24D62
Text Example
Text Example
White with #C24D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D62; }
p { color: rgb(194,77,98); }
H1.HeaderClassName
{
color: #C24D62;
}
.AnyTagClassName
{
color: #C24D62;
}
</style>
background-color css
<style>
a { background-color: #C24D62; }
a { background-color: rgb(194,77,98); }
div.DivClassName
{
background-color: #C24D62;
}
.BgClassName
{
background-color: #C24D62;
}
</style>
border-color css
<style>
span { border-color: #C24D62; }
span { border-color: rgb(194,77,98); }
td.TdClassName
{
border-color: #C24D62;
}
.TagClassName
{
border-color: #C24D62;
}
</style>