Shades of Blush #C24F62
Tints of Blush #C24F62
RGB
CMYK
RGB Variations
Color information
#C24F62 (or 0xC24F62) is known color: Blush. HEX triplet: C2, 4F and 62. RGB value is (194,79,98). Sum of RGB (Red+Green+Blue) = 194+79+98=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F62 is #3DB09D. Grayscale: #737373. Windows color (decimal): -4042910 or 6442946. OLE color: 6442946.
HSL color Cylindrical-coordinate representation of color #C24F62: hue angle of 350.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F62 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 98 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.24 |
| HSL | 350.09º | 0.49% | 0.54% | - |
| HSV(B) | 350.09º | 0.59% | 0.76% | - |
| XYZ | 27.25 | 17.94 | 13.58 | - |
| YUV | 115.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 98 | 0 | 0.59 | 0.49 | 0.24 | 350.09 | 0.49 | 0.54 |
| Hex | C2 | 4F | 62 | 0 | 3B | 31 | 18 | 15E | 31 | 36 |
| Octal | 302 | 117 | 142 | 0 | 73 | 61 | 30 | 536 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1100010 | 0 | 111011 | 110001 | 11000 | 101011110 | 110001 | 110110 |
Color Harmonies of #C24F62
Complementary color
Monochromatic Colors of #C24F62
Black with #C24F62
Text Example
Text Example
White with #C24F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F62; }
p { color: rgb(194,79,98); }
H1.HeaderClassName
{
color: #C24F62;
}
.AnyTagClassName
{
color: #C24F62;
}
</style>
background-color css
<style>
a { background-color: #C24F62; }
a { background-color: rgb(194,79,98); }
div.DivClassName
{
background-color: #C24F62;
}
.BgClassName
{
background-color: #C24F62;
}
</style>
border-color css
<style>
span { border-color: #C24F62; }
span { border-color: rgb(194,79,98); }
td.TdClassName
{
border-color: #C24F62;
}
.TagClassName
{
border-color: #C24F62;
}
</style>