Shades of Blush #C1445E
Tints of Blush #C1445E
RGB
CMYK
RGB Variations
Color information
#C1445E (or 0xC1445E) is known color: Blush. HEX triplet: C1, 44 and 5E. RGB value is (193,68,94). Sum of RGB (Red+Green+Blue) = 193+68+94=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1445E is #3EBBA1. Grayscale: #6C6C6C. Windows color (decimal): -4111266 or 6177985. OLE color: 6177985.
HSL color Cylindrical-coordinate representation of color #C1445E: hue angle of 347.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1445E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 94 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.24 |
| HSL | 347.52º | 0.5% | 0.51% | - |
| HSV(B) | 347.52º | 0.65% | 0.76% | - |
| XYZ | 26.08 | 16.28 | 12.36 | - |
| YUV | 108.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 94 | 0 | 0.65 | 0.51 | 0.24 | 347.52 | 0.5 | 0.51 |
| Hex | C1 | 44 | 5E | 0 | 41 | 33 | 18 | 15C | 32 | 33 |
| Octal | 301 | 104 | 136 | 0 | 101 | 63 | 30 | 534 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1011110 | 0 | 1000001 | 110011 | 11000 | 101011100 | 110010 | 110011 |
Color Harmonies of #C1445E
Complementary color
Monochromatic Colors of #C1445E
Black with #C1445E
Text Example
Text Example
White with #C1445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1445E; }
p { color: rgb(193,68,94); }
H1.HeaderClassName
{
color: #C1445E;
}
.AnyTagClassName
{
color: #C1445E;
}
</style>
background-color css
<style>
a { background-color: #C1445E; }
a { background-color: rgb(193,68,94); }
div.DivClassName
{
background-color: #C1445E;
}
.BgClassName
{
background-color: #C1445E;
}
</style>
border-color css
<style>
span { border-color: #C1445E; }
span { border-color: rgb(193,68,94); }
td.TdClassName
{
border-color: #C1445E;
}
.TagClassName
{
border-color: #C1445E;
}
</style>