Shades of Blush #C24963
Tints of Blush #C24963
RGB
CMYK
RGB Variations
Color information
#C24963 (or 0xC24963) is known color: Blush. HEX triplet: C2, 49 and 63. RGB value is (194,73,99). Sum of RGB (Red+Green+Blue) = 194+73+99=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C24963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24963 is #3DB69C. Grayscale: #707070. Windows color (decimal): -4044445 or 6506946. OLE color: 6506946.
HSL color Cylindrical-coordinate representation of color #C24963: hue angle of 347.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24963 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 99 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.24 |
| HSL | 347.11º | 0.5% | 0.52% | - |
| HSV(B) | 347.11º | 0.62% | 0.76% | - |
| XYZ | 26.88 | 17.14 | 13.69 | - |
| YUV | 112.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 99 | 0 | 0.62 | 0.49 | 0.24 | 347.11 | 0.5 | 0.52 |
| Hex | C2 | 49 | 63 | 0 | 3E | 31 | 18 | 15B | 32 | 34 |
| Octal | 302 | 111 | 143 | 0 | 76 | 61 | 30 | 533 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1100011 | 0 | 111110 | 110001 | 11000 | 101011011 | 110010 | 110100 |
Color Harmonies of #C24963
Complementary color
Monochromatic Colors of #C24963
Black with #C24963
Text Example
Text Example
White with #C24963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24963; }
p { color: rgb(194,73,99); }
H1.HeaderClassName
{
color: #C24963;
}
.AnyTagClassName
{
color: #C24963;
}
</style>
background-color css
<style>
a { background-color: #C24963; }
a { background-color: rgb(194,73,99); }
div.DivClassName
{
background-color: #C24963;
}
.BgClassName
{
background-color: #C24963;
}
</style>
border-color css
<style>
span { border-color: #C24963; }
span { border-color: rgb(194,73,99); }
td.TdClassName
{
border-color: #C24963;
}
.TagClassName
{
border-color: #C24963;
}
</style>