Shades of Blush #C13D63
Tints of Blush #C13D63
RGB
CMYK
RGB Variations
Color information
#C13D63 (or 0xC13D63) is known color: Blush. HEX triplet: C1, 3D and 63. RGB value is (193,61,99). Sum of RGB (Red+Green+Blue) = 193+61+99=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D63 is #3EC29C. Grayscale: #686868. Windows color (decimal): -4113053 or 6503873. OLE color: 6503873.
HSL color Cylindrical-coordinate representation of color #C13D63: hue angle of 342.73º degrees, saturation: 0.52, 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 #C13D63 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 99 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.24 |
| HSL | 342.73º | 0.52% | 0.5% | - |
| HSV(B) | 342.73º | 0.68% | 0.76% | - |
| XYZ | 25.91 | 15.58 | 13.45 | - |
| YUV | 104.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 99 | 0 | 0.68 | 0.49 | 0.24 | 342.73 | 0.52 | 0.5 |
| Hex | C1 | 3D | 63 | 0 | 44 | 31 | 18 | 157 | 34 | 32 |
| Octal | 301 | 75 | 143 | 0 | 104 | 61 | 30 | 527 | 64 | 62 |
| Binary | 11000001 | 111101 | 1100011 | 0 | 1000100 | 110001 | 11000 | 101010111 | 110100 | 110010 |
Color Harmonies of #C13D63
Complementary color
Monochromatic Colors of #C13D63
Black with #C13D63
Text Example
Text Example
White with #C13D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D63; }
p { color: rgb(193,61,99); }
H1.HeaderClassName
{
color: #C13D63;
}
.AnyTagClassName
{
color: #C13D63;
}
</style>
background-color css
<style>
a { background-color: #C13D63; }
a { background-color: rgb(193,61,99); }
div.DivClassName
{
background-color: #C13D63;
}
.BgClassName
{
background-color: #C13D63;
}
</style>
border-color css
<style>
span { border-color: #C13D63; }
span { border-color: rgb(193,61,99); }
td.TdClassName
{
border-color: #C13D63;
}
.TagClassName
{
border-color: #C13D63;
}
</style>