Shades of Blush #C1415B
Tints of Blush #C1415B
RGB
CMYK
RGB Variations
Color information
#C1415B (or 0xC1415B) is known color: Blush. HEX triplet: C1, 41 and 5B. RGB value is (193,65,91). Sum of RGB (Red+Green+Blue) = 193+65+91=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1415B is #3EBEA4. Grayscale: #6A6A6A. Windows color (decimal): -4112037 or 5980609. OLE color: 5980609.
HSL color Cylindrical-coordinate representation of color #C1415B: hue angle of 347.81º 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 #C1415B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 91 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.24 |
| HSL | 347.81º | 0.51% | 0.51% | - |
| HSV(B) | 347.81º | 0.66% | 0.76% | - |
| XYZ | 25.77 | 15.87 | 11.6 | - |
| YUV | 106.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 91 | 0 | 0.66 | 0.53 | 0.24 | 347.81 | 0.51 | 0.51 |
| Hex | C1 | 41 | 5B | 0 | 42 | 35 | 18 | 15C | 33 | 33 |
| Octal | 301 | 101 | 133 | 0 | 102 | 65 | 30 | 534 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1011011 | 0 | 1000010 | 110101 | 11000 | 101011100 | 110011 | 110011 |
Color Harmonies of #C1415B
Complementary color
Monochromatic Colors of #C1415B
Black with #C1415B
Text Example
Text Example
White with #C1415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1415B; }
p { color: rgb(193,65,91); }
H1.HeaderClassName
{
color: #C1415B;
}
.AnyTagClassName
{
color: #C1415B;
}
</style>
background-color css
<style>
a { background-color: #C1415B; }
a { background-color: rgb(193,65,91); }
div.DivClassName
{
background-color: #C1415B;
}
.BgClassName
{
background-color: #C1415B;
}
</style>
border-color css
<style>
span { border-color: #C1415B; }
span { border-color: rgb(193,65,91); }
td.TdClassName
{
border-color: #C1415B;
}
.TagClassName
{
border-color: #C1415B;
}
</style>