Shades of Blush #C14860
Tints of Blush #C14860
RGB
CMYK
RGB Variations
Color information
#C14860 (or 0xC14860) is known color: Blush. HEX triplet: C1, 48 and 60. RGB value is (193,72,96). Sum of RGB (Red+Green+Blue) = 193+72+96=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14860 is #3EB79F. Grayscale: #6E6E6E. Windows color (decimal): -4110240 or 6310081. OLE color: 6310081.
HSL color Cylindrical-coordinate representation of color #C14860: hue angle of 348.1º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14860 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 96 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.24 |
| HSL | 348.1º | 0.49% | 0.52% | - |
| HSV(B) | 348.1º | 0.63% | 0.76% | - |
| XYZ | 26.42 | 16.82 | 12.92 | - |
| YUV | 110.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 96 | 0 | 0.63 | 0.50 | 0.24 | 348.1 | 0.49 | 0.52 |
| Hex | C1 | 48 | 60 | 0 | 3F | 32 | 18 | 15C | 31 | 34 |
| Octal | 301 | 110 | 140 | 0 | 77 | 62 | 30 | 534 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1100000 | 0 | 111111 | 110010 | 11000 | 101011100 | 110001 | 110100 |
Color Harmonies of #C14860
Complementary color
Monochromatic Colors of #C14860
Black with #C14860
Text Example
Text Example
White with #C14860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14860; }
p { color: rgb(193,72,96); }
H1.HeaderClassName
{
color: #C14860;
}
.AnyTagClassName
{
color: #C14860;
}
</style>
background-color css
<style>
a { background-color: #C14860; }
a { background-color: rgb(193,72,96); }
div.DivClassName
{
background-color: #C14860;
}
.BgClassName
{
background-color: #C14860;
}
</style>
border-color css
<style>
span { border-color: #C14860; }
span { border-color: rgb(193,72,96); }
td.TdClassName
{
border-color: #C14860;
}
.TagClassName
{
border-color: #C14860;
}
</style>