Shades of Blush #C44162
Tints of Blush #C44162
RGB
CMYK
RGB Variations
Color information
#C44162 (or 0xC44162) is known color: Blush. HEX triplet: C4, 41 and 62. RGB value is (196,65,98). Sum of RGB (Red+Green+Blue) = 196+65+98=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C44162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44162 is #3BBE9D. Grayscale: #6B6B6B. Windows color (decimal): -3915422 or 6439364. OLE color: 6439364.
HSL color Cylindrical-coordinate representation of color #C44162: hue angle of 344.89º 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 #C44162 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 98 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.23 |
| HSL | 344.89º | 0.53% | 0.51% | - |
| HSV(B) | 344.89º | 0.67% | 0.77% | - |
| XYZ | 26.86 | 16.4 | 13.3 | - |
| YUV | 107.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 98 | 0 | 0.67 | 0.5 | 0.23 | 344.89 | 0.53 | 0.51 |
| Hex | C4 | 41 | 62 | 0 | 43 | 32 | 17 | 159 | 35 | 33 |
| Octal | 304 | 101 | 142 | 0 | 103 | 62 | 27 | 531 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1100010 | 0 | 1000011 | 110010 | 10111 | 101011001 | 110101 | 110011 |
Color Harmonies of #C44162
Complementary color
Monochromatic Colors of #C44162
Black with #C44162
Text Example
Text Example
White with #C44162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44162; }
p { color: rgb(196,65,98); }
H1.HeaderClassName
{
color: #C44162;
}
.AnyTagClassName
{
color: #C44162;
}
</style>
background-color css
<style>
a { background-color: #C44162; }
a { background-color: rgb(196,65,98); }
div.DivClassName
{
background-color: #C44162;
}
.BgClassName
{
background-color: #C44162;
}
</style>
border-color css
<style>
span { border-color: #C44162; }
span { border-color: rgb(196,65,98); }
td.TdClassName
{
border-color: #C44162;
}
.TagClassName
{
border-color: #C44162;
}
</style>