Shades of Blush #C24866
Tints of Blush #C24866
RGB
CMYK
RGB Variations
Color information
#C24866 (or 0xC24866) is known color: Blush. HEX triplet: C2, 48 and 66. RGB value is (194,72,102). Sum of RGB (Red+Green+Blue) = 194+72+102=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C24866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24866 is #3DB799. Grayscale: #6F6F6F. Windows color (decimal): -4044698 or 6703298. OLE color: 6703298.
HSL color Cylindrical-coordinate representation of color #C24866: hue angle of 345.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24866 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 102 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.24 |
| HSL | 345.25º | 0.5% | 0.52% | - |
| HSV(B) | 345.25º | 0.63% | 0.76% | - |
| XYZ | 26.96 | 17.06 | 14.44 | - |
| YUV | 111.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 102 | 0 | 0.63 | 0.47 | 0.24 | 345.25 | 0.5 | 0.52 |
| Hex | C2 | 48 | 66 | 0 | 3F | 2F | 18 | 159 | 32 | 34 |
| Octal | 302 | 110 | 146 | 0 | 77 | 57 | 30 | 531 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1100110 | 0 | 111111 | 101111 | 11000 | 101011001 | 110010 | 110100 |
Color Harmonies of #C24866
Complementary color
Monochromatic Colors of #C24866
Black with #C24866
Text Example
Text Example
White with #C24866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24866; }
p { color: rgb(194,72,102); }
H1.HeaderClassName
{
color: #C24866;
}
.AnyTagClassName
{
color: #C24866;
}
</style>
background-color css
<style>
a { background-color: #C24866; }
a { background-color: rgb(194,72,102); }
div.DivClassName
{
background-color: #C24866;
}
.BgClassName
{
background-color: #C24866;
}
</style>
border-color css
<style>
span { border-color: #C24866; }
span { border-color: rgb(194,72,102); }
td.TdClassName
{
border-color: #C24866;
}
.TagClassName
{
border-color: #C24866;
}
</style>