Shades of Blush #C14E6B
Tints of Blush #C14E6B
RGB
CMYK
RGB Variations
Color information
#C14E6B (or 0xC14E6B) is known color: Blush. HEX triplet: C1, 4E and 6B. RGB value is (193,78,107). Sum of RGB (Red+Green+Blue) = 193+78+107=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E6B is #3EB194. Grayscale: #737373. Windows color (decimal): -4108693 or 7032513. OLE color: 7032513.
HSL color Cylindrical-coordinate representation of color #C14E6B: hue angle of 344.87º 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 #C14E6B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 107 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.24 |
| HSL | 344.87º | 0.48% | 0.53% | - |
| HSV(B) | 344.87º | 0.6% | 0.76% | - |
| XYZ | 27.37 | 17.85 | 15.91 | - |
| YUV | 115.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 107 | 0 | 0.60 | 0.45 | 0.24 | 344.87 | 0.48 | 0.53 |
| Hex | C1 | 4E | 6B | 0 | 3C | 2D | 18 | 159 | 30 | 35 |
| Octal | 301 | 116 | 153 | 0 | 74 | 55 | 30 | 531 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1101011 | 0 | 111100 | 101101 | 11000 | 101011001 | 110000 | 110101 |
Color Harmonies of #C14E6B
Complementary color
Monochromatic Colors of #C14E6B
Black with #C14E6B
Text Example
Text Example
White with #C14E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E6B; }
p { color: rgb(193,78,107); }
H1.HeaderClassName
{
color: #C14E6B;
}
.AnyTagClassName
{
color: #C14E6B;
}
</style>
background-color css
<style>
a { background-color: #C14E6B; }
a { background-color: rgb(193,78,107); }
div.DivClassName
{
background-color: #C14E6B;
}
.BgClassName
{
background-color: #C14E6B;
}
</style>
border-color css
<style>
span { border-color: #C14E6B; }
span { border-color: rgb(193,78,107); }
td.TdClassName
{
border-color: #C14E6B;
}
.TagClassName
{
border-color: #C14E6B;
}
</style>