Shades of Blush #C44160
Tints of Blush #C44160
RGB
CMYK
RGB Variations
Color information
#C44160 (or 0xC44160) is known color: Blush. HEX triplet: C4, 41 and 60. RGB value is (196,65,96). Sum of RGB (Red+Green+Blue) = 196+65+96=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C44160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44160 is #3BBE9F. Grayscale: #6B6B6B. Windows color (decimal): -3915424 or 6308292. OLE color: 6308292.
HSL color Cylindrical-coordinate representation of color #C44160: hue angle of 345.8º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44160 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 96 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.23 |
| HSL | 345.8º | 0.53% | 0.51% | - |
| HSV(B) | 345.8º | 0.67% | 0.77% | - |
| XYZ | 26.77 | 16.36 | 12.81 | - |
| YUV | 107.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 96 | 0 | 0.67 | 0.51 | 0.23 | 345.8 | 0.53 | 0.51 |
| Hex | C4 | 41 | 60 | 0 | 43 | 33 | 17 | 15A | 35 | 33 |
| Octal | 304 | 101 | 140 | 0 | 103 | 63 | 27 | 532 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1100000 | 0 | 1000011 | 110011 | 10111 | 101011010 | 110101 | 110011 |
Color Harmonies of #C44160
Complementary color
Monochromatic Colors of #C44160
Black with #C44160
Text Example
Text Example
White with #C44160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44160; }
p { color: rgb(196,65,96); }
H1.HeaderClassName
{
color: #C44160;
}
.AnyTagClassName
{
color: #C44160;
}
</style>
background-color css
<style>
a { background-color: #C44160; }
a { background-color: rgb(196,65,96); }
div.DivClassName
{
background-color: #C44160;
}
.BgClassName
{
background-color: #C44160;
}
</style>
border-color css
<style>
span { border-color: #C44160; }
span { border-color: rgb(196,65,96); }
td.TdClassName
{
border-color: #C44160;
}
.TagClassName
{
border-color: #C44160;
}
</style>