Shades of Blush #C24164
Tints of Blush #C24164
RGB
CMYK
RGB Variations
Color information
#C24164 (or 0xC24164) is known color: Blush. HEX triplet: C2, 41 and 64. RGB value is (194,65,100). Sum of RGB (Red+Green+Blue) = 194+65+100=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C24164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24164 is #3DBE9B. Grayscale: #6B6B6B. Windows color (decimal): -4046492 or 6570434. OLE color: 6570434.
HSL color Cylindrical-coordinate representation of color #C24164: hue angle of 343.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24164 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 100 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.24 |
| HSL | 343.72º | 0.51% | 0.51% | - |
| HSV(B) | 343.72º | 0.66% | 0.76% | - |
| XYZ | 26.44 | 16.17 | 13.78 | - |
| YUV | 107.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 100 | 0 | 0.66 | 0.48 | 0.24 | 343.72 | 0.51 | 0.51 |
| Hex | C2 | 41 | 64 | 0 | 42 | 30 | 18 | 158 | 33 | 33 |
| Octal | 302 | 101 | 144 | 0 | 102 | 60 | 30 | 530 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1100100 | 0 | 1000010 | 110000 | 11000 | 101011000 | 110011 | 110011 |
Color Harmonies of #C24164
Complementary color
Monochromatic Colors of #C24164
Black with #C24164
Text Example
Text Example
White with #C24164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24164; }
p { color: rgb(194,65,100); }
H1.HeaderClassName
{
color: #C24164;
}
.AnyTagClassName
{
color: #C24164;
}
</style>
background-color css
<style>
a { background-color: #C24164; }
a { background-color: rgb(194,65,100); }
div.DivClassName
{
background-color: #C24164;
}
.BgClassName
{
background-color: #C24164;
}
</style>
border-color css
<style>
span { border-color: #C24164; }
span { border-color: rgb(194,65,100); }
td.TdClassName
{
border-color: #C24164;
}
.TagClassName
{
border-color: #C24164;
}
</style>