Shades of Blush #C24465
Tints of Blush #C24465
RGB
CMYK
RGB Variations
Color information
#C24465 (or 0xC24465) is known color: Blush. HEX triplet: C2, 44 and 65. RGB value is (194,68,101). Sum of RGB (Red+Green+Blue) = 194+68+101=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24465 is #3DBB9A. Grayscale: #6D6D6D. Windows color (decimal): -4045723 or 6636738. OLE color: 6636738.
HSL color Cylindrical-coordinate representation of color #C24465: hue angle of 344.29º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24465 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 101 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.24 |
| HSL | 344.29º | 0.51% | 0.51% | - |
| HSV(B) | 344.29º | 0.65% | 0.76% | - |
| XYZ | 26.66 | 16.54 | 14.1 | - |
| YUV | 109.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 101 | 0 | 0.65 | 0.48 | 0.24 | 344.29 | 0.51 | 0.51 |
| Hex | C2 | 44 | 65 | 0 | 41 | 30 | 18 | 158 | 33 | 33 |
| Octal | 302 | 104 | 145 | 0 | 101 | 60 | 30 | 530 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1100101 | 0 | 1000001 | 110000 | 11000 | 101011000 | 110011 | 110011 |
Color Harmonies of #C24465
Complementary color
Monochromatic Colors of #C24465
Black with #C24465
Text Example
Text Example
White with #C24465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24465; }
p { color: rgb(194,68,101); }
H1.HeaderClassName
{
color: #C24465;
}
.AnyTagClassName
{
color: #C24465;
}
</style>
background-color css
<style>
a { background-color: #C24465; }
a { background-color: rgb(194,68,101); }
div.DivClassName
{
background-color: #C24465;
}
.BgClassName
{
background-color: #C24465;
}
</style>
border-color css
<style>
span { border-color: #C24465; }
span { border-color: rgb(194,68,101); }
td.TdClassName
{
border-color: #C24465;
}
.TagClassName
{
border-color: #C24465;
}
</style>