Shades of Blush #C1445C
Tints of Blush #C1445C
RGB
CMYK
RGB Variations
Color information
#C1445C (or 0xC1445C) is known color: Blush. HEX triplet: C1, 44 and 5C. RGB value is (193,68,92). Sum of RGB (Red+Green+Blue) = 193+68+92=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1445C is #3EBBA3. Grayscale: #6C6C6C. Windows color (decimal): -4111268 or 6046913. OLE color: 6046913.
HSL color Cylindrical-coordinate representation of color #C1445C: hue angle of 348.48º 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 #C1445C is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 92 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.24 |
| HSL | 348.48º | 0.5% | 0.51% | - |
| HSV(B) | 348.48º | 0.65% | 0.76% | - |
| XYZ | 25.99 | 16.24 | 11.89 | - |
| YUV | 108.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 92 | 0 | 0.65 | 0.52 | 0.24 | 348.48 | 0.5 | 0.51 |
| Hex | C1 | 44 | 5C | 0 | 41 | 34 | 18 | 15C | 32 | 33 |
| Octal | 301 | 104 | 134 | 0 | 101 | 64 | 30 | 534 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1011100 | 0 | 1000001 | 110100 | 11000 | 101011100 | 110010 | 110011 |
Color Harmonies of #C1445C
Complementary color
Monochromatic Colors of #C1445C
Black with #C1445C
Text Example
Text Example
White with #C1445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1445C; }
p { color: rgb(193,68,92); }
H1.HeaderClassName
{
color: #C1445C;
}
.AnyTagClassName
{
color: #C1445C;
}
</style>
background-color css
<style>
a { background-color: #C1445C; }
a { background-color: rgb(193,68,92); }
div.DivClassName
{
background-color: #C1445C;
}
.BgClassName
{
background-color: #C1445C;
}
</style>
border-color css
<style>
span { border-color: #C1445C; }
span { border-color: rgb(193,68,92); }
td.TdClassName
{
border-color: #C1445C;
}
.TagClassName
{
border-color: #C1445C;
}
</style>