Shades of Blush #C13E5E
Tints of Blush #C13E5E
RGB
CMYK
RGB Variations
Color information
#C13E5E (or 0xC13E5E) is known color: Blush. HEX triplet: C1, 3E and 5E. RGB value is (193,62,94). Sum of RGB (Red+Green+Blue) = 193+62+94=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5E is #3EC1A1. Grayscale: #686868. Windows color (decimal): -4112802 or 6176449. OLE color: 6176449.
HSL color Cylindrical-coordinate representation of color #C13E5E: hue angle of 345.34º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E5E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 94 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.24 |
| HSL | 345.34º | 0.51% | 0.5% | - |
| HSV(B) | 345.34º | 0.68% | 0.76% | - |
| XYZ | 25.74 | 15.59 | 12.24 | - |
| YUV | 104.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 94 | 0 | 0.68 | 0.51 | 0.24 | 345.34 | 0.51 | 0.5 |
| Hex | C1 | 3E | 5E | 0 | 44 | 33 | 18 | 159 | 33 | 32 |
| Octal | 301 | 76 | 136 | 0 | 104 | 63 | 30 | 531 | 63 | 62 |
| Binary | 11000001 | 111110 | 1011110 | 0 | 1000100 | 110011 | 11000 | 101011001 | 110011 | 110010 |
Color Harmonies of #C13E5E
Complementary color
Monochromatic Colors of #C13E5E
Black with #C13E5E
Text Example
Text Example
White with #C13E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E5E; }
p { color: rgb(193,62,94); }
H1.HeaderClassName
{
color: #C13E5E;
}
.AnyTagClassName
{
color: #C13E5E;
}
</style>
background-color css
<style>
a { background-color: #C13E5E; }
a { background-color: rgb(193,62,94); }
div.DivClassName
{
background-color: #C13E5E;
}
.BgClassName
{
background-color: #C13E5E;
}
</style>
border-color css
<style>
span { border-color: #C13E5E; }
span { border-color: rgb(193,62,94); }
td.TdClassName
{
border-color: #C13E5E;
}
.TagClassName
{
border-color: #C13E5E;
}
</style>