Shades of Blush #C14D68
Tints of Blush #C14D68
RGB
CMYK
RGB Variations
Color information
#C14D68 (or 0xC14D68) is known color: Blush. HEX triplet: C1, 4D and 68. RGB value is (193,77,104). Sum of RGB (Red+Green+Blue) = 193+77+104=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D68 is #3EB297. Grayscale: #727272. Windows color (decimal): -4108952 or 6835649. OLE color: 6835649.
HSL color Cylindrical-coordinate representation of color #C14D68: hue angle of 346.03º 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 #C14D68 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 104 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.24 |
| HSL | 346.03º | 0.48% | 0.53% | - |
| HSV(B) | 346.03º | 0.6% | 0.76% | - |
| XYZ | 27.14 | 17.64 | 15.07 | - |
| YUV | 114.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 104 | 0 | 0.60 | 0.46 | 0.24 | 346.03 | 0.48 | 0.53 |
| Hex | C1 | 4D | 68 | 0 | 3C | 2E | 18 | 15A | 30 | 35 |
| Octal | 301 | 115 | 150 | 0 | 74 | 56 | 30 | 532 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1101000 | 0 | 111100 | 101110 | 11000 | 101011010 | 110000 | 110101 |
Color Harmonies of #C14D68
Complementary color
Monochromatic Colors of #C14D68
Black with #C14D68
Text Example
Text Example
White with #C14D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D68; }
p { color: rgb(193,77,104); }
H1.HeaderClassName
{
color: #C14D68;
}
.AnyTagClassName
{
color: #C14D68;
}
</style>
background-color css
<style>
a { background-color: #C14D68; }
a { background-color: rgb(193,77,104); }
div.DivClassName
{
background-color: #C14D68;
}
.BgClassName
{
background-color: #C14D68;
}
</style>
border-color css
<style>
span { border-color: #C14D68; }
span { border-color: rgb(193,77,104); }
td.TdClassName
{
border-color: #C14D68;
}
.TagClassName
{
border-color: #C14D68;
}
</style>