Shades of Blush #C44460
Tints of Blush #C44460
RGB
CMYK
RGB Variations
Color information
#C44460 (or 0xC44460) is known color: Blush. HEX triplet: C4, 44 and 60. RGB value is (196,68,96). Sum of RGB (Red+Green+Blue) = 196+68+96=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44460 is #3BBB9F. Grayscale: #6D6D6D. Windows color (decimal): -3914656 or 6309060. OLE color: 6309060.
HSL color Cylindrical-coordinate representation of color #C44460: hue angle of 346.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44460 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 96 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.23 |
| HSL | 346.88º | 0.52% | 0.52% | - |
| HSV(B) | 346.88º | 0.65% | 0.77% | - |
| XYZ | 26.94 | 16.71 | 12.87 | - |
| YUV | 109.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 96 | 0 | 0.65 | 0.51 | 0.23 | 346.88 | 0.52 | 0.52 |
| Hex | C4 | 44 | 60 | 0 | 41 | 33 | 17 | 15B | 34 | 34 |
| Octal | 304 | 104 | 140 | 0 | 101 | 63 | 27 | 533 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1100000 | 0 | 1000001 | 110011 | 10111 | 101011011 | 110100 | 110100 |
Color Harmonies of #C44460
Complementary color
Monochromatic Colors of #C44460
Black with #C44460
Text Example
Text Example
White with #C44460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44460; }
p { color: rgb(196,68,96); }
H1.HeaderClassName
{
color: #C44460;
}
.AnyTagClassName
{
color: #C44460;
}
</style>
background-color css
<style>
a { background-color: #C44460; }
a { background-color: rgb(196,68,96); }
div.DivClassName
{
background-color: #C44460;
}
.BgClassName
{
background-color: #C44460;
}
</style>
border-color css
<style>
span { border-color: #C44460; }
span { border-color: rgb(196,68,96); }
td.TdClassName
{
border-color: #C44460;
}
.TagClassName
{
border-color: #C44460;
}
</style>