Shades of Blush #C15564
Tints of Blush #C15564
RGB
CMYK
RGB Variations
Color information
#C15564 (or 0xC15564) is known color: Blush. HEX triplet: C1, 55 and 64. RGB value is (193,85,100). Sum of RGB (Red+Green+Blue) = 193+85+100=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C15564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15564 is #3EAA9B. Grayscale: #777777. Windows color (decimal): -4106908 or 6575553. OLE color: 6575553.
HSL color Cylindrical-coordinate representation of color #C15564: hue angle of 351.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15564 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 100 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.24 |
| HSL | 351.67º | 0.47% | 0.55% | - |
| HSV(B) | 351.67º | 0.56% | 0.76% | - |
| XYZ | 27.54 | 18.75 | 14.23 | - |
| YUV | 119 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 100 | 0 | 0.56 | 0.48 | 0.24 | 351.67 | 0.47 | 0.55 |
| Hex | C1 | 55 | 64 | 0 | 38 | 30 | 18 | 160 | 2F | 37 |
| Octal | 301 | 125 | 144 | 0 | 70 | 60 | 30 | 540 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1100100 | 0 | 111000 | 110000 | 11000 | 101100000 | 101111 | 110111 |
Color Harmonies of #C15564
Complementary color
Monochromatic Colors of #C15564
Black with #C15564
Text Example
Text Example
White with #C15564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15564; }
p { color: rgb(193,85,100); }
H1.HeaderClassName
{
color: #C15564;
}
.AnyTagClassName
{
color: #C15564;
}
</style>
background-color css
<style>
a { background-color: #C15564; }
a { background-color: rgb(193,85,100); }
div.DivClassName
{
background-color: #C15564;
}
.BgClassName
{
background-color: #C15564;
}
</style>
border-color css
<style>
span { border-color: #C15564; }
span { border-color: rgb(193,85,100); }
td.TdClassName
{
border-color: #C15564;
}
.TagClassName
{
border-color: #C15564;
}
</style>