Shades of Blush #C24861
Tints of Blush #C24861
RGB
CMYK
RGB Variations
Color information
#C24861 (or 0xC24861) is known color: Blush. HEX triplet: C2, 48 and 61. RGB value is (194,72,97). Sum of RGB (Red+Green+Blue) = 194+72+97=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24861 is #3DB79E. Grayscale: #6F6F6F. Windows color (decimal): -4044703 or 6375618. OLE color: 6375618.
HSL color Cylindrical-coordinate representation of color #C24861: hue angle of 347.7º 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 #C24861 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 97 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.24 |
| HSL | 347.7º | 0.5% | 0.52% | - |
| HSV(B) | 347.7º | 0.63% | 0.76% | - |
| XYZ | 26.72 | 16.97 | 13.18 | - |
| YUV | 111.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 97 | 0 | 0.63 | 0.50 | 0.24 | 347.7 | 0.5 | 0.52 |
| Hex | C2 | 48 | 61 | 0 | 3F | 32 | 18 | 15C | 32 | 34 |
| Octal | 302 | 110 | 141 | 0 | 77 | 62 | 30 | 534 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1100001 | 0 | 111111 | 110010 | 11000 | 101011100 | 110010 | 110100 |
Color Harmonies of #C24861
Complementary color
Monochromatic Colors of #C24861
Black with #C24861
Text Example
Text Example
White with #C24861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24861; }
p { color: rgb(194,72,97); }
H1.HeaderClassName
{
color: #C24861;
}
.AnyTagClassName
{
color: #C24861;
}
</style>
background-color css
<style>
a { background-color: #C24861; }
a { background-color: rgb(194,72,97); }
div.DivClassName
{
background-color: #C24861;
}
.BgClassName
{
background-color: #C24861;
}
</style>
border-color css
<style>
span { border-color: #C24861; }
span { border-color: rgb(194,72,97); }
td.TdClassName
{
border-color: #C24861;
}
.TagClassName
{
border-color: #C24861;
}
</style>