Shades of Blush #C24C65
Tints of Blush #C24C65
RGB
CMYK
RGB Variations
Color information
#C24C65 (or 0xC24C65) is known color: Blush. HEX triplet: C2, 4C and 65. RGB value is (194,76,101). Sum of RGB (Red+Green+Blue) = 194+76+101=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C65 is #3DB39A. Grayscale: #727272. Windows color (decimal): -4043675 or 6638786. OLE color: 6638786.
HSL color Cylindrical-coordinate representation of color #C24C65: hue angle of 347.29º 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 #C24C65 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 101 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.24 |
| HSL | 347.29º | 0.49% | 0.53% | - |
| HSV(B) | 347.29º | 0.61% | 0.76% | - |
| XYZ | 27.18 | 17.58 | 14.27 | - |
| YUV | 114.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 101 | 0 | 0.61 | 0.48 | 0.24 | 347.29 | 0.49 | 0.53 |
| Hex | C2 | 4C | 65 | 0 | 3D | 30 | 18 | 15B | 31 | 35 |
| Octal | 302 | 114 | 145 | 0 | 75 | 60 | 30 | 533 | 61 | 65 |
| Binary | 11000010 | 1001100 | 1100101 | 0 | 111101 | 110000 | 11000 | 101011011 | 110001 | 110101 |
Color Harmonies of #C24C65
Complementary color
Monochromatic Colors of #C24C65
Black with #C24C65
Text Example
Text Example
White with #C24C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C65; }
p { color: rgb(194,76,101); }
H1.HeaderClassName
{
color: #C24C65;
}
.AnyTagClassName
{
color: #C24C65;
}
</style>
background-color css
<style>
a { background-color: #C24C65; }
a { background-color: rgb(194,76,101); }
div.DivClassName
{
background-color: #C24C65;
}
.BgClassName
{
background-color: #C24C65;
}
</style>
border-color css
<style>
span { border-color: #C24C65; }
span { border-color: rgb(194,76,101); }
td.TdClassName
{
border-color: #C24C65;
}
.TagClassName
{
border-color: #C24C65;
}
</style>