Shades of Blush #C15364
Tints of Blush #C15364
RGB
CMYK
RGB Variations
Color information
#C15364 (or 0xC15364) is known color: Blush. HEX triplet: C1, 53 and 64. RGB value is (193,83,100). Sum of RGB (Red+Green+Blue) = 193+83+100=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C15364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15364 is #3EAC9B. Grayscale: #757575. Windows color (decimal): -4107420 or 6575041. OLE color: 6575041.
HSL color Cylindrical-coordinate representation of color #C15364: hue angle of 350.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15364 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 100 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.24 |
| HSL | 350.73º | 0.47% | 0.54% | - |
| HSV(B) | 350.73º | 0.57% | 0.76% | - |
| XYZ | 27.39 | 18.44 | 14.17 | - |
| YUV | 117.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 100 | 0 | 0.57 | 0.48 | 0.24 | 350.73 | 0.47 | 0.54 |
| Hex | C1 | 53 | 64 | 0 | 39 | 30 | 18 | 15F | 2F | 36 |
| Octal | 301 | 123 | 144 | 0 | 71 | 60 | 30 | 537 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1100100 | 0 | 111001 | 110000 | 11000 | 101011111 | 101111 | 110110 |
Color Harmonies of #C15364
Complementary color
Monochromatic Colors of #C15364
Black with #C15364
Text Example
Text Example
White with #C15364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15364; }
p { color: rgb(193,83,100); }
H1.HeaderClassName
{
color: #C15364;
}
.AnyTagClassName
{
color: #C15364;
}
</style>
background-color css
<style>
a { background-color: #C15364; }
a { background-color: rgb(193,83,100); }
div.DivClassName
{
background-color: #C15364;
}
.BgClassName
{
background-color: #C15364;
}
</style>
border-color css
<style>
span { border-color: #C15364; }
span { border-color: rgb(193,83,100); }
td.TdClassName
{
border-color: #C15364;
}
.TagClassName
{
border-color: #C15364;
}
</style>