Shades of Blush #C05060
Tints of Blush #C05060
RGB
CMYK
RGB Variations
Color information
#C05060 (or 0xC05060) is known color: Blush. HEX triplet: C0, 50 and 60. RGB value is (192,80,96). Sum of RGB (Red+Green+Blue) = 192+80+96=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C05060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05060 is #3FAF9F. Grayscale: #737373. Windows color (decimal): -4173728 or 6312128. OLE color: 6312128.
HSL color Cylindrical-coordinate representation of color #C05060: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05060 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 96 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.25 |
| HSL | 351.43º | 0.47% | 0.53% | - |
| HSV(B) | 351.43º | 0.58% | 0.75% | - |
| XYZ | 26.72 | 17.79 | 13.09 | - |
| YUV | 115.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 96 | 0 | 0.58 | 0.50 | 0.25 | 351.43 | 0.47 | 0.53 |
| Hex | C0 | 50 | 60 | 0 | 3A | 32 | 19 | 15F | 2F | 35 |
| Octal | 300 | 120 | 140 | 0 | 72 | 62 | 31 | 537 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1100000 | 0 | 111010 | 110010 | 11001 | 101011111 | 101111 | 110101 |
Color Harmonies of #C05060
Complementary color
Monochromatic Colors of #C05060
Black with #C05060
Text Example
Text Example
White with #C05060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05060; }
p { color: rgb(192,80,96); }
H1.HeaderClassName
{
color: #C05060;
}
.AnyTagClassName
{
color: #C05060;
}
</style>
background-color css
<style>
a { background-color: #C05060; }
a { background-color: rgb(192,80,96); }
div.DivClassName
{
background-color: #C05060;
}
.BgClassName
{
background-color: #C05060;
}
</style>
border-color css
<style>
span { border-color: #C05060; }
span { border-color: rgb(192,80,96); }
td.TdClassName
{
border-color: #C05060;
}
.TagClassName
{
border-color: #C05060;
}
</style>