Shades of Blush #C14F62
Tints of Blush #C14F62
RGB
CMYK
RGB Variations
Color information
#C14F62 (or 0xC14F62) is known color: Blush. HEX triplet: C1, 4F and 62. RGB value is (193,79,98). Sum of RGB (Red+Green+Blue) = 193+79+98=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F62 is #3EB09D. Grayscale: #737373. Windows color (decimal): -4108446 or 6442945. OLE color: 6442945.
HSL color Cylindrical-coordinate representation of color #C14F62: hue angle of 350º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F62 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 98 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.24 |
| HSL | 350º | 0.48% | 0.53% | - |
| HSV(B) | 350º | 0.59% | 0.76% | - |
| XYZ | 26.99 | 17.81 | 13.57 | - |
| YUV | 115.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 98 | 0 | 0.59 | 0.49 | 0.24 | 350 | 0.48 | 0.53 |
| Hex | C1 | 4F | 62 | 0 | 3B | 31 | 18 | 15E | 30 | 35 |
| Octal | 301 | 117 | 142 | 0 | 73 | 61 | 30 | 536 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1100010 | 0 | 111011 | 110001 | 11000 | 101011110 | 110000 | 110101 |
Color Harmonies of #C14F62
Complementary color
Monochromatic Colors of #C14F62
Black with #C14F62
Text Example
Text Example
White with #C14F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F62; }
p { color: rgb(193,79,98); }
H1.HeaderClassName
{
color: #C14F62;
}
.AnyTagClassName
{
color: #C14F62;
}
</style>
background-color css
<style>
a { background-color: #C14F62; }
a { background-color: rgb(193,79,98); }
div.DivClassName
{
background-color: #C14F62;
}
.BgClassName
{
background-color: #C14F62;
}
</style>
border-color css
<style>
span { border-color: #C14F62; }
span { border-color: rgb(193,79,98); }
td.TdClassName
{
border-color: #C14F62;
}
.TagClassName
{
border-color: #C14F62;
}
</style>