Shades of Blush #C1415D
Tints of Blush #C1415D
RGB
CMYK
RGB Variations
Color information
#C1415D (or 0xC1415D) is known color: Blush. HEX triplet: C1, 41 and 5D. RGB value is (193,65,93). Sum of RGB (Red+Green+Blue) = 193+65+93=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1415D is #3EBEA2. Grayscale: #6A6A6A. Windows color (decimal): -4112035 or 6111681. OLE color: 6111681.
HSL color Cylindrical-coordinate representation of color #C1415D: hue angle of 346.88º 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 #C1415D is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 93 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.24 |
| HSL | 346.88º | 0.51% | 0.51% | - |
| HSV(B) | 346.88º | 0.66% | 0.76% | - |
| XYZ | 25.86 | 15.91 | 12.06 | - |
| YUV | 106.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 93 | 0 | 0.66 | 0.52 | 0.24 | 346.88 | 0.51 | 0.51 |
| Hex | C1 | 41 | 5D | 0 | 42 | 34 | 18 | 15B | 33 | 33 |
| Octal | 301 | 101 | 135 | 0 | 102 | 64 | 30 | 533 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1011101 | 0 | 1000010 | 110100 | 11000 | 101011011 | 110011 | 110011 |
Color Harmonies of #C1415D
Complementary color
Monochromatic Colors of #C1415D
Black with #C1415D
Text Example
Text Example
White with #C1415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1415D; }
p { color: rgb(193,65,93); }
H1.HeaderClassName
{
color: #C1415D;
}
.AnyTagClassName
{
color: #C1415D;
}
</style>
background-color css
<style>
a { background-color: #C1415D; }
a { background-color: rgb(193,65,93); }
div.DivClassName
{
background-color: #C1415D;
}
.BgClassName
{
background-color: #C1415D;
}
</style>
border-color css
<style>
span { border-color: #C1415D; }
span { border-color: rgb(193,65,93); }
td.TdClassName
{
border-color: #C1415D;
}
.TagClassName
{
border-color: #C1415D;
}
</style>