Shades of Blush #C13C60
Tints of Blush #C13C60
RGB
CMYK
RGB Variations
Color information
#C13C60 (or 0xC13C60) is known color: Blush. HEX triplet: C1, 3C and 60. RGB value is (193,60,96). Sum of RGB (Red+Green+Blue) = 193+60+96=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C60 is #3EC39F. Grayscale: #676767. Windows color (decimal): -4113312 or 6307009. OLE color: 6307009.
HSL color Cylindrical-coordinate representation of color #C13C60: hue angle of 343.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C60 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 96 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.24 |
| HSL | 343.76º | 0.53% | 0.5% | - |
| HSV(B) | 343.76º | 0.69% | 0.76% | - |
| XYZ | 25.72 | 15.41 | 12.69 | - |
| YUV | 103.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 96 | 0 | 0.69 | 0.50 | 0.24 | 343.76 | 0.53 | 0.5 |
| Hex | C1 | 3C | 60 | 0 | 45 | 32 | 18 | 158 | 35 | 32 |
| Octal | 301 | 74 | 140 | 0 | 105 | 62 | 30 | 530 | 65 | 62 |
| Binary | 11000001 | 111100 | 1100000 | 0 | 1000101 | 110010 | 11000 | 101011000 | 110101 | 110010 |
Color Harmonies of #C13C60
Complementary color
Monochromatic Colors of #C13C60
Black with #C13C60
Text Example
Text Example
White with #C13C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C60; }
p { color: rgb(193,60,96); }
H1.HeaderClassName
{
color: #C13C60;
}
.AnyTagClassName
{
color: #C13C60;
}
</style>
background-color css
<style>
a { background-color: #C13C60; }
a { background-color: rgb(193,60,96); }
div.DivClassName
{
background-color: #C13C60;
}
.BgClassName
{
background-color: #C13C60;
}
</style>
border-color css
<style>
span { border-color: #C13C60; }
span { border-color: rgb(193,60,96); }
td.TdClassName
{
border-color: #C13C60;
}
.TagClassName
{
border-color: #C13C60;
}
</style>