Shades of Blush #C13D62
Tints of Blush #C13D62
RGB
CMYK
RGB Variations
Color information
#C13D62 (or 0xC13D62) is known color: Blush. HEX triplet: C1, 3D and 62. RGB value is (193,61,98). Sum of RGB (Red+Green+Blue) = 193+61+98=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D62 is #3EC29D. Grayscale: #686868. Windows color (decimal): -4113054 or 6438337. OLE color: 6438337.
HSL color Cylindrical-coordinate representation of color #C13D62: hue angle of 343.18º 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 #C13D62 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 98 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.24 |
| HSL | 343.18º | 0.52% | 0.5% | - |
| HSV(B) | 343.18º | 0.68% | 0.76% | - |
| XYZ | 25.87 | 15.56 | 13.19 | - |
| YUV | 104.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 98 | 0 | 0.68 | 0.49 | 0.24 | 343.18 | 0.52 | 0.5 |
| Hex | C1 | 3D | 62 | 0 | 44 | 31 | 18 | 157 | 34 | 32 |
| Octal | 301 | 75 | 142 | 0 | 104 | 61 | 30 | 527 | 64 | 62 |
| Binary | 11000001 | 111101 | 1100010 | 0 | 1000100 | 110001 | 11000 | 101010111 | 110100 | 110010 |
Color Harmonies of #C13D62
Complementary color
Monochromatic Colors of #C13D62
Black with #C13D62
Text Example
Text Example
White with #C13D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D62; }
p { color: rgb(193,61,98); }
H1.HeaderClassName
{
color: #C13D62;
}
.AnyTagClassName
{
color: #C13D62;
}
</style>
background-color css
<style>
a { background-color: #C13D62; }
a { background-color: rgb(193,61,98); }
div.DivClassName
{
background-color: #C13D62;
}
.BgClassName
{
background-color: #C13D62;
}
</style>
border-color css
<style>
span { border-color: #C13D62; }
span { border-color: rgb(193,61,98); }
td.TdClassName
{
border-color: #C13D62;
}
.TagClassName
{
border-color: #C13D62;
}
</style>