Shades of Blush #C13D60
Tints of Blush #C13D60
RGB
CMYK
RGB Variations
Color information
#C13D60 (or 0xC13D60) is known color: Blush. HEX triplet: C1, 3D and 60. RGB value is (193,61,96). Sum of RGB (Red+Green+Blue) = 193+61+96=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D60 is #3EC29F. Grayscale: #686868. Windows color (decimal): -4113056 or 6307265. OLE color: 6307265.
HSL color Cylindrical-coordinate representation of color #C13D60: hue angle of 344.09º 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 #C13D60 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 96 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.24 |
| HSL | 344.09º | 0.52% | 0.5% | - |
| HSV(B) | 344.09º | 0.68% | 0.76% | - |
| XYZ | 25.77 | 15.52 | 12.7 | - |
| YUV | 104.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 96 | 0 | 0.68 | 0.50 | 0.24 | 344.09 | 0.52 | 0.5 |
| Hex | C1 | 3D | 60 | 0 | 44 | 32 | 18 | 158 | 34 | 32 |
| Octal | 301 | 75 | 140 | 0 | 104 | 62 | 30 | 530 | 64 | 62 |
| Binary | 11000001 | 111101 | 1100000 | 0 | 1000100 | 110010 | 11000 | 101011000 | 110100 | 110010 |
Color Harmonies of #C13D60
Complementary color
Monochromatic Colors of #C13D60
Black with #C13D60
Text Example
Text Example
White with #C13D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D60; }
p { color: rgb(193,61,96); }
H1.HeaderClassName
{
color: #C13D60;
}
.AnyTagClassName
{
color: #C13D60;
}
</style>
background-color css
<style>
a { background-color: #C13D60; }
a { background-color: rgb(193,61,96); }
div.DivClassName
{
background-color: #C13D60;
}
.BgClassName
{
background-color: #C13D60;
}
</style>
border-color css
<style>
span { border-color: #C13D60; }
span { border-color: rgb(193,61,96); }
td.TdClassName
{
border-color: #C13D60;
}
.TagClassName
{
border-color: #C13D60;
}
</style>