Shades of Blush #C24F64
Tints of Blush #C24F64
RGB
CMYK
RGB Variations
Color information
#C24F64 (or 0xC24F64) is known color: Blush. HEX triplet: C2, 4F and 64. RGB value is (194,79,100). Sum of RGB (Red+Green+Blue) = 194+79+100=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F64 is #3DB09B. Grayscale: #737373. Windows color (decimal): -4042908 or 6574018. OLE color: 6574018.
HSL color Cylindrical-coordinate representation of color #C24F64: hue angle of 349.04º 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 #C24F64 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 100 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.24 |
| HSL | 349.04º | 0.49% | 0.54% | - |
| HSV(B) | 349.04º | 0.59% | 0.76% | - |
| XYZ | 27.34 | 17.98 | 14.09 | - |
| YUV | 115.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 100 | 0 | 0.59 | 0.48 | 0.24 | 349.04 | 0.49 | 0.54 |
| Hex | C2 | 4F | 64 | 0 | 3B | 30 | 18 | 15D | 31 | 36 |
| Octal | 302 | 117 | 144 | 0 | 73 | 60 | 30 | 535 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1100100 | 0 | 111011 | 110000 | 11000 | 101011101 | 110001 | 110110 |
Color Harmonies of #C24F64
Complementary color
Monochromatic Colors of #C24F64
Black with #C24F64
Text Example
Text Example
White with #C24F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F64; }
p { color: rgb(194,79,100); }
H1.HeaderClassName
{
color: #C24F64;
}
.AnyTagClassName
{
color: #C24F64;
}
</style>
background-color css
<style>
a { background-color: #C24F64; }
a { background-color: rgb(194,79,100); }
div.DivClassName
{
background-color: #C24F64;
}
.BgClassName
{
background-color: #C24F64;
}
</style>
border-color css
<style>
span { border-color: #C24F64; }
span { border-color: rgb(194,79,100); }
td.TdClassName
{
border-color: #C24F64;
}
.TagClassName
{
border-color: #C24F64;
}
</style>