Shades of Blush #C0556C
Tints of Blush #C0556C
RGB
CMYK
RGB Variations
Color information
#C0556C (or 0xC0556C) is known color: Blush. HEX triplet: C0, 55 and 6C. RGB value is (192,85,108). Sum of RGB (Red+Green+Blue) = 192+85+108=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0556C is #3FAA93. Grayscale: #777777. Windows color (decimal): -4172436 or 7099840. OLE color: 7099840.
HSL color Cylindrical-coordinate representation of color #C0556C: hue angle of 347.1º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0556C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 108 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.25 |
| HSL | 347.1º | 0.46% | 0.54% | - |
| HSV(B) | 347.1º | 0.56% | 0.75% | - |
| XYZ | 27.69 | 18.79 | 16.35 | - |
| YUV | 119.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 108 | 0 | 0.56 | 0.44 | 0.25 | 347.1 | 0.46 | 0.54 |
| Hex | C0 | 55 | 6C | 0 | 38 | 2C | 19 | 15B | 2E | 36 |
| Octal | 300 | 125 | 154 | 0 | 70 | 54 | 31 | 533 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1101100 | 0 | 111000 | 101100 | 11001 | 101011011 | 101110 | 110110 |
Color Harmonies of #C0556C
Complementary color
Monochromatic Colors of #C0556C
Black with #C0556C
Text Example
Text Example
White with #C0556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0556C; }
p { color: rgb(192,85,108); }
H1.HeaderClassName
{
color: #C0556C;
}
.AnyTagClassName
{
color: #C0556C;
}
</style>
background-color css
<style>
a { background-color: #C0556C; }
a { background-color: rgb(192,85,108); }
div.DivClassName
{
background-color: #C0556C;
}
.BgClassName
{
background-color: #C0556C;
}
</style>
border-color css
<style>
span { border-color: #C0556C; }
span { border-color: rgb(192,85,108); }
td.TdClassName
{
border-color: #C0556C;
}
.TagClassName
{
border-color: #C0556C;
}
</style>