Shades of Blush #C24C64
Tints of Blush #C24C64
RGB
CMYK
RGB Variations
Color information
#C24C64 (or 0xC24C64) is known color: Blush. HEX triplet: C2, 4C and 64. RGB value is (194,76,100). Sum of RGB (Red+Green+Blue) = 194+76+100=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C64 is #3DB39B. Grayscale: #727272. Windows color (decimal): -4043676 or 6573250. OLE color: 6573250.
HSL color Cylindrical-coordinate representation of color #C24C64: hue angle of 347.8º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C64 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 100 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.24 |
| HSL | 347.8º | 0.49% | 0.53% | - |
| HSV(B) | 347.8º | 0.61% | 0.76% | - |
| XYZ | 27.13 | 17.56 | 14.02 | - |
| YUV | 114.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 100 | 0 | 0.61 | 0.48 | 0.24 | 347.8 | 0.49 | 0.53 |
| Hex | C2 | 4C | 64 | 0 | 3D | 30 | 18 | 15C | 31 | 35 |
| Octal | 302 | 114 | 144 | 0 | 75 | 60 | 30 | 534 | 61 | 65 |
| Binary | 11000010 | 1001100 | 1100100 | 0 | 111101 | 110000 | 11000 | 101011100 | 110001 | 110101 |
Color Harmonies of #C24C64
Complementary color
Monochromatic Colors of #C24C64
Black with #C24C64
Text Example
Text Example
White with #C24C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C64; }
p { color: rgb(194,76,100); }
H1.HeaderClassName
{
color: #C24C64;
}
.AnyTagClassName
{
color: #C24C64;
}
</style>
background-color css
<style>
a { background-color: #C24C64; }
a { background-color: rgb(194,76,100); }
div.DivClassName
{
background-color: #C24C64;
}
.BgClassName
{
background-color: #C24C64;
}
</style>
border-color css
<style>
span { border-color: #C24C64; }
span { border-color: rgb(194,76,100); }
td.TdClassName
{
border-color: #C24C64;
}
.TagClassName
{
border-color: #C24C64;
}
</style>