Shades of Blush #C14660
Tints of Blush #C14660
RGB
CMYK
RGB Variations
Color information
#C14660 (or 0xC14660) is known color: Blush. HEX triplet: C1, 46 and 60. RGB value is (193,70,96). Sum of RGB (Red+Green+Blue) = 193+70+96=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C14660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14660 is #3EB99F. Grayscale: #6D6D6D. Windows color (decimal): -4110752 or 6309569. OLE color: 6309569.
HSL color Cylindrical-coordinate representation of color #C14660: hue angle of 347.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14660 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 96 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.24 |
| HSL | 347.32º | 0.5% | 0.52% | - |
| HSV(B) | 347.32º | 0.64% | 0.76% | - |
| XYZ | 26.29 | 16.56 | 12.88 | - |
| YUV | 109.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 96 | 0 | 0.64 | 0.50 | 0.24 | 347.32 | 0.5 | 0.52 |
| Hex | C1 | 46 | 60 | 0 | 40 | 32 | 18 | 15B | 32 | 34 |
| Octal | 301 | 106 | 140 | 0 | 100 | 62 | 30 | 533 | 62 | 64 |
| Binary | 11000001 | 1000110 | 1100000 | 0 | 1000000 | 110010 | 11000 | 101011011 | 110010 | 110100 |
Color Harmonies of #C14660
Complementary color
Monochromatic Colors of #C14660
Black with #C14660
Text Example
Text Example
White with #C14660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14660; }
p { color: rgb(193,70,96); }
H1.HeaderClassName
{
color: #C14660;
}
.AnyTagClassName
{
color: #C14660;
}
</style>
background-color css
<style>
a { background-color: #C14660; }
a { background-color: rgb(193,70,96); }
div.DivClassName
{
background-color: #C14660;
}
.BgClassName
{
background-color: #C14660;
}
</style>
border-color css
<style>
span { border-color: #C14660; }
span { border-color: rgb(193,70,96); }
td.TdClassName
{
border-color: #C14660;
}
.TagClassName
{
border-color: #C14660;
}
</style>