Shades of Blush #C14D65
Tints of Blush #C14D65
RGB
CMYK
RGB Variations
Color information
#C14D65 (or 0xC14D65) is known color: Blush. HEX triplet: C1, 4D and 65. RGB value is (193,77,101). Sum of RGB (Red+Green+Blue) = 193+77+101=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D65 is #3EB29A. Grayscale: #727272. Windows color (decimal): -4108955 or 6639041. OLE color: 6639041.
HSL color Cylindrical-coordinate representation of color #C14D65: hue angle of 347.59º 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 #C14D65 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 101 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.24 |
| HSL | 347.59º | 0.48% | 0.53% | - |
| HSV(B) | 347.59º | 0.6% | 0.76% | - |
| XYZ | 27 | 17.58 | 14.28 | - |
| YUV | 114.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 101 | 0 | 0.60 | 0.48 | 0.24 | 347.59 | 0.48 | 0.53 |
| Hex | C1 | 4D | 65 | 0 | 3C | 30 | 18 | 15C | 30 | 35 |
| Octal | 301 | 115 | 145 | 0 | 74 | 60 | 30 | 534 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1100101 | 0 | 111100 | 110000 | 11000 | 101011100 | 110000 | 110101 |
Color Harmonies of #C14D65
Complementary color
Monochromatic Colors of #C14D65
Black with #C14D65
Text Example
Text Example
White with #C14D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D65; }
p { color: rgb(193,77,101); }
H1.HeaderClassName
{
color: #C14D65;
}
.AnyTagClassName
{
color: #C14D65;
}
</style>
background-color css
<style>
a { background-color: #C14D65; }
a { background-color: rgb(193,77,101); }
div.DivClassName
{
background-color: #C14D65;
}
.BgClassName
{
background-color: #C14D65;
}
</style>
border-color css
<style>
span { border-color: #C14D65; }
span { border-color: rgb(193,77,101); }
td.TdClassName
{
border-color: #C14D65;
}
.TagClassName
{
border-color: #C14D65;
}
</style>