Shades of Blush #C14E62
Tints of Blush #C14E62
RGB
CMYK
RGB Variations
Color information
#C14E62 (or 0xC14E62) is known color: Blush. HEX triplet: C1, 4E and 62. RGB value is (193,78,98). Sum of RGB (Red+Green+Blue) = 193+78+98=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E62 is #3EB19D. Grayscale: #727272. Windows color (decimal): -4108702 or 6442689. OLE color: 6442689.
HSL color Cylindrical-coordinate representation of color #C14E62: hue angle of 349.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14E62 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 98 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.24 |
| HSL | 349.57º | 0.48% | 0.53% | - |
| HSV(B) | 349.57º | 0.6% | 0.76% | - |
| XYZ | 26.92 | 17.67 | 13.55 | - |
| YUV | 114.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 98 | 0 | 0.60 | 0.49 | 0.24 | 349.57 | 0.48 | 0.53 |
| Hex | C1 | 4E | 62 | 0 | 3C | 31 | 18 | 15E | 30 | 35 |
| Octal | 301 | 116 | 142 | 0 | 74 | 61 | 30 | 536 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1100010 | 0 | 111100 | 110001 | 11000 | 101011110 | 110000 | 110101 |
Color Harmonies of #C14E62
Complementary color
Monochromatic Colors of #C14E62
Black with #C14E62
Text Example
Text Example
White with #C14E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E62; }
p { color: rgb(193,78,98); }
H1.HeaderClassName
{
color: #C14E62;
}
.AnyTagClassName
{
color: #C14E62;
}
</style>
background-color css
<style>
a { background-color: #C14E62; }
a { background-color: rgb(193,78,98); }
div.DivClassName
{
background-color: #C14E62;
}
.BgClassName
{
background-color: #C14E62;
}
</style>
border-color css
<style>
span { border-color: #C14E62; }
span { border-color: rgb(193,78,98); }
td.TdClassName
{
border-color: #C14E62;
}
.TagClassName
{
border-color: #C14E62;
}
</style>