Shades of Blush #C24568
Tints of Blush #C24568
RGB
CMYK
RGB Variations
Color information
#C24568 (or 0xC24568) is known color: Blush. HEX triplet: C2, 45 and 68. RGB value is (194,69,104). Sum of RGB (Red+Green+Blue) = 194+69+104=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C24568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24568 is #3DBA97. Grayscale: #6E6E6E. Windows color (decimal): -4045464 or 6833602. OLE color: 6833602.
HSL color Cylindrical-coordinate representation of color #C24568: hue angle of 343.2º 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 #C24568 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 104 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.24 |
| HSL | 343.2º | 0.51% | 0.52% | - |
| HSV(B) | 343.2º | 0.64% | 0.76% | - |
| XYZ | 26.87 | 16.73 | 14.91 | - |
| YUV | 110.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 104 | 0 | 0.64 | 0.46 | 0.24 | 343.2 | 0.51 | 0.52 |
| Hex | C2 | 45 | 68 | 0 | 40 | 2E | 18 | 157 | 33 | 34 |
| Octal | 302 | 105 | 150 | 0 | 100 | 56 | 30 | 527 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1101000 | 0 | 1000000 | 101110 | 11000 | 101010111 | 110011 | 110100 |
Color Harmonies of #C24568
Complementary color
Monochromatic Colors of #C24568
Black with #C24568
Text Example
Text Example
White with #C24568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24568; }
p { color: rgb(194,69,104); }
H1.HeaderClassName
{
color: #C24568;
}
.AnyTagClassName
{
color: #C24568;
}
</style>
background-color css
<style>
a { background-color: #C24568; }
a { background-color: rgb(194,69,104); }
div.DivClassName
{
background-color: #C24568;
}
.BgClassName
{
background-color: #C24568;
}
</style>
border-color css
<style>
span { border-color: #C24568; }
span { border-color: rgb(194,69,104); }
td.TdClassName
{
border-color: #C24568;
}
.TagClassName
{
border-color: #C24568;
}
</style>