Shades of Blush #C24366
Tints of Blush #C24366
RGB
CMYK
RGB Variations
Color information
#C24366 (or 0xC24366) is known color: Blush. HEX triplet: C2, 43 and 66. RGB value is (194,67,102). Sum of RGB (Red+Green+Blue) = 194+67+102=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24366 is #3DBC99. Grayscale: #6C6C6C. Windows color (decimal): -4045978 or 6702018. OLE color: 6702018.
HSL color Cylindrical-coordinate representation of color #C24366: hue angle of 343.46º 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 #C24366 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 102 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.24 |
| HSL | 343.46º | 0.51% | 0.51% | - |
| HSV(B) | 343.46º | 0.65% | 0.76% | - |
| XYZ | 26.65 | 16.44 | 14.34 | - |
| YUV | 108.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 102 | 0 | 0.65 | 0.47 | 0.24 | 343.46 | 0.51 | 0.51 |
| Hex | C2 | 43 | 66 | 0 | 41 | 2F | 18 | 157 | 33 | 33 |
| Octal | 302 | 103 | 146 | 0 | 101 | 57 | 30 | 527 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1100110 | 0 | 1000001 | 101111 | 11000 | 101010111 | 110011 | 110011 |
Color Harmonies of #C24366
Complementary color
Monochromatic Colors of #C24366
Black with #C24366
Text Example
Text Example
White with #C24366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24366; }
p { color: rgb(194,67,102); }
H1.HeaderClassName
{
color: #C24366;
}
.AnyTagClassName
{
color: #C24366;
}
</style>
background-color css
<style>
a { background-color: #C24366; }
a { background-color: rgb(194,67,102); }
div.DivClassName
{
background-color: #C24366;
}
.BgClassName
{
background-color: #C24366;
}
</style>
border-color css
<style>
span { border-color: #C24366; }
span { border-color: rgb(194,67,102); }
td.TdClassName
{
border-color: #C24366;
}
.TagClassName
{
border-color: #C24366;
}
</style>