Shades of Blush #C15465
Tints of Blush #C15465
RGB
CMYK
RGB Variations
Color information
#C15465 (or 0xC15465) is known color: Blush. HEX triplet: C1, 54 and 65. RGB value is (193,84,101). Sum of RGB (Red+Green+Blue) = 193+84+101=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C15465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15465 is #3EAB9A. Grayscale: #767676. Windows color (decimal): -4107163 or 6640833. OLE color: 6640833.
HSL color Cylindrical-coordinate representation of color #C15465: hue angle of 350.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15465 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 101 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.24 |
| HSL | 350.64º | 0.47% | 0.54% | - |
| HSV(B) | 350.64º | 0.56% | 0.76% | - |
| XYZ | 27.51 | 18.62 | 14.46 | - |
| YUV | 118.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 101 | 0 | 0.56 | 0.48 | 0.24 | 350.64 | 0.47 | 0.54 |
| Hex | C1 | 54 | 65 | 0 | 38 | 30 | 18 | 15F | 2F | 36 |
| Octal | 301 | 124 | 145 | 0 | 70 | 60 | 30 | 537 | 57 | 66 |
| Binary | 11000001 | 1010100 | 1100101 | 0 | 111000 | 110000 | 11000 | 101011111 | 101111 | 110110 |
Color Harmonies of #C15465
Complementary color
Monochromatic Colors of #C15465
Black with #C15465
Text Example
Text Example
White with #C15465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15465; }
p { color: rgb(193,84,101); }
H1.HeaderClassName
{
color: #C15465;
}
.AnyTagClassName
{
color: #C15465;
}
</style>
background-color css
<style>
a { background-color: #C15465; }
a { background-color: rgb(193,84,101); }
div.DivClassName
{
background-color: #C15465;
}
.BgClassName
{
background-color: #C15465;
}
</style>
border-color css
<style>
span { border-color: #C15465; }
span { border-color: rgb(193,84,101); }
td.TdClassName
{
border-color: #C15465;
}
.TagClassName
{
border-color: #C15465;
}
</style>