Shades of Blush #C24467
Tints of Blush #C24467
RGB
CMYK
RGB Variations
Color information
#C24467 (or 0xC24467) is known color: Blush. HEX triplet: C2, 44 and 67. RGB value is (194,68,103). Sum of RGB (Red+Green+Blue) = 194+68+103=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24467 is #3DBB98. Grayscale: #6D6D6D. Windows color (decimal): -4045721 or 6767810. OLE color: 6767810.
HSL color Cylindrical-coordinate representation of color #C24467: hue angle of 343.33º 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 #C24467 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 103 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.24 |
| HSL | 343.33º | 0.51% | 0.51% | - |
| HSV(B) | 343.33º | 0.65% | 0.76% | - |
| XYZ | 26.76 | 16.58 | 14.62 | - |
| YUV | 109.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 103 | 0 | 0.65 | 0.47 | 0.24 | 343.33 | 0.51 | 0.51 |
| Hex | C2 | 44 | 67 | 0 | 41 | 2F | 18 | 157 | 33 | 33 |
| Octal | 302 | 104 | 147 | 0 | 101 | 57 | 30 | 527 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1100111 | 0 | 1000001 | 101111 | 11000 | 101010111 | 110011 | 110011 |
Color Harmonies of #C24467
Complementary color
Monochromatic Colors of #C24467
Black with #C24467
Text Example
Text Example
White with #C24467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24467; }
p { color: rgb(194,68,103); }
H1.HeaderClassName
{
color: #C24467;
}
.AnyTagClassName
{
color: #C24467;
}
</style>
background-color css
<style>
a { background-color: #C24467; }
a { background-color: rgb(194,68,103); }
div.DivClassName
{
background-color: #C24467;
}
.BgClassName
{
background-color: #C24467;
}
</style>
border-color css
<style>
span { border-color: #C24467; }
span { border-color: rgb(194,68,103); }
td.TdClassName
{
border-color: #C24467;
}
.TagClassName
{
border-color: #C24467;
}
</style>