Shades of Blush #C1425B
Tints of Blush #C1425B
RGB
CMYK
RGB Variations
Color information
#C1425B (or 0xC1425B) is known color: Blush. HEX triplet: C1, 42 and 5B. RGB value is (193,66,91). Sum of RGB (Red+Green+Blue) = 193+66+91=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1425B is #3EBDA4. Grayscale: #6A6A6A. Windows color (decimal): -4111781 or 5980865. OLE color: 5980865.
HSL color Cylindrical-coordinate representation of color #C1425B: hue angle of 348.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1425B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 91 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.24 |
| HSL | 348.19º | 0.51% | 0.51% | - |
| HSV(B) | 348.19º | 0.66% | 0.76% | - |
| XYZ | 25.83 | 15.99 | 11.62 | - |
| YUV | 106.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 91 | 0 | 0.66 | 0.53 | 0.24 | 348.19 | 0.51 | 0.51 |
| Hex | C1 | 42 | 5B | 0 | 42 | 35 | 18 | 15C | 33 | 33 |
| Octal | 301 | 102 | 133 | 0 | 102 | 65 | 30 | 534 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1011011 | 0 | 1000010 | 110101 | 11000 | 101011100 | 110011 | 110011 |
Color Harmonies of #C1425B
Complementary color
Monochromatic Colors of #C1425B
Black with #C1425B
Text Example
Text Example
White with #C1425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1425B; }
p { color: rgb(193,66,91); }
H1.HeaderClassName
{
color: #C1425B;
}
.AnyTagClassName
{
color: #C1425B;
}
</style>
background-color css
<style>
a { background-color: #C1425B; }
a { background-color: rgb(193,66,91); }
div.DivClassName
{
background-color: #C1425B;
}
.BgClassName
{
background-color: #C1425B;
}
</style>
border-color css
<style>
span { border-color: #C1425B; }
span { border-color: rgb(193,66,91); }
td.TdClassName
{
border-color: #C1425B;
}
.TagClassName
{
border-color: #C1425B;
}
</style>