Shades of Blush #C24967
Tints of Blush #C24967
RGB
CMYK
RGB Variations
Color information
#C24967 (or 0xC24967) is known color: Blush. HEX triplet: C2, 49 and 67. RGB value is (194,73,103). Sum of RGB (Red+Green+Blue) = 194+73+103=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C24967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24967 is #3DB698. Grayscale: #707070. Windows color (decimal): -4044441 or 6769090. OLE color: 6769090.
HSL color Cylindrical-coordinate representation of color #C24967: hue angle of 345.12º 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 #C24967 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 103 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.24 |
| HSL | 345.12º | 0.5% | 0.52% | - |
| HSV(B) | 345.12º | 0.62% | 0.76% | - |
| XYZ | 27.08 | 17.21 | 14.73 | - |
| YUV | 112.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 103 | 0 | 0.62 | 0.47 | 0.24 | 345.12 | 0.5 | 0.52 |
| Hex | C2 | 49 | 67 | 0 | 3E | 2F | 18 | 159 | 32 | 34 |
| Octal | 302 | 111 | 147 | 0 | 76 | 57 | 30 | 531 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1100111 | 0 | 111110 | 101111 | 11000 | 101011001 | 110010 | 110100 |
Color Harmonies of #C24967
Complementary color
Monochromatic Colors of #C24967
Black with #C24967
Text Example
Text Example
White with #C24967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24967; }
p { color: rgb(194,73,103); }
H1.HeaderClassName
{
color: #C24967;
}
.AnyTagClassName
{
color: #C24967;
}
</style>
background-color css
<style>
a { background-color: #C24967; }
a { background-color: rgb(194,73,103); }
div.DivClassName
{
background-color: #C24967;
}
.BgClassName
{
background-color: #C24967;
}
</style>
border-color css
<style>
span { border-color: #C24967; }
span { border-color: rgb(194,73,103); }
td.TdClassName
{
border-color: #C24967;
}
.TagClassName
{
border-color: #C24967;
}
</style>