Shades of Blush #C15061
Tints of Blush #C15061
RGB
CMYK
RGB Variations
Color information
#C15061 (or 0xC15061) is known color: Blush. HEX triplet: C1, 50 and 61. RGB value is (193,80,97). Sum of RGB (Red+Green+Blue) = 193+80+97=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C15061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15061 is #3EAF9E. Grayscale: #737373. Windows color (decimal): -4108191 or 6377665. OLE color: 6377665.
HSL color Cylindrical-coordinate representation of color #C15061: hue angle of 350.97º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15061 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 97 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.24 |
| HSL | 350.97º | 0.48% | 0.54% | - |
| HSV(B) | 350.97º | 0.59% | 0.76% | - |
| XYZ | 27.02 | 17.94 | 13.35 | - |
| YUV | 115.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 97 | 0 | 0.59 | 0.50 | 0.24 | 350.97 | 0.48 | 0.54 |
| Hex | C1 | 50 | 61 | 0 | 3B | 32 | 18 | 15F | 30 | 36 |
| Octal | 301 | 120 | 141 | 0 | 73 | 62 | 30 | 537 | 60 | 66 |
| Binary | 11000001 | 1010000 | 1100001 | 0 | 111011 | 110010 | 11000 | 101011111 | 110000 | 110110 |
Color Harmonies of #C15061
Complementary color
Monochromatic Colors of #C15061
Black with #C15061
Text Example
Text Example
White with #C15061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15061; }
p { color: rgb(193,80,97); }
H1.HeaderClassName
{
color: #C15061;
}
.AnyTagClassName
{
color: #C15061;
}
</style>
background-color css
<style>
a { background-color: #C15061; }
a { background-color: rgb(193,80,97); }
div.DivClassName
{
background-color: #C15061;
}
.BgClassName
{
background-color: #C15061;
}
</style>
border-color css
<style>
span { border-color: #C15061; }
span { border-color: rgb(193,80,97); }
td.TdClassName
{
border-color: #C15061;
}
.TagClassName
{
border-color: #C15061;
}
</style>