Shades of Blush #C24569
Tints of Blush #C24569
RGB
CMYK
RGB Variations
Color information
#C24569 (or 0xC24569) is known color: Blush. HEX triplet: C2, 45 and 69. RGB value is (194,69,105). Sum of RGB (Red+Green+Blue) = 194+69+105=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C24569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24569 is #3DBA96. Grayscale: #6E6E6E. Windows color (decimal): -4045463 or 6899138. OLE color: 6899138.
HSL color Cylindrical-coordinate representation of color #C24569: hue angle of 342.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24569 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 105 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.24 |
| HSL | 342.72º | 0.51% | 0.52% | - |
| HSV(B) | 342.72º | 0.64% | 0.76% | - |
| XYZ | 26.93 | 16.75 | 15.18 | - |
| YUV | 110.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 105 | 0 | 0.64 | 0.46 | 0.24 | 342.72 | 0.51 | 0.52 |
| Hex | C2 | 45 | 69 | 0 | 40 | 2E | 18 | 157 | 33 | 34 |
| Octal | 302 | 105 | 151 | 0 | 100 | 56 | 30 | 527 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1101001 | 0 | 1000000 | 101110 | 11000 | 101010111 | 110011 | 110100 |
Color Harmonies of #C24569
Complementary color
Monochromatic Colors of #C24569
Black with #C24569
Text Example
Text Example
White with #C24569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24569; }
p { color: rgb(194,69,105); }
H1.HeaderClassName
{
color: #C24569;
}
.AnyTagClassName
{
color: #C24569;
}
</style>
background-color css
<style>
a { background-color: #C24569; }
a { background-color: rgb(194,69,105); }
div.DivClassName
{
background-color: #C24569;
}
.BgClassName
{
background-color: #C24569;
}
</style>
border-color css
<style>
span { border-color: #C24569; }
span { border-color: rgb(194,69,105); }
td.TdClassName
{
border-color: #C24569;
}
.TagClassName
{
border-color: #C24569;
}
</style>