Shades of Blush #C0516E
Tints of Blush #C0516E
RGB
CMYK
RGB Variations
Color information
#C0516E (or 0xC0516E) is known color: Blush. HEX triplet: C0, 51 and 6E. RGB value is (192,81,110). Sum of RGB (Red+Green+Blue) = 192+81+110=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0516E is #3FAE91. Grayscale: #757575. Windows color (decimal): -4173458 or 7229888. OLE color: 7229888.
HSL color Cylindrical-coordinate representation of color #C0516E: hue angle of 344.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0516E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 110 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 344.32º | 0.47% | 0.54% | - |
| HSV(B) | 344.32º | 0.58% | 0.75% | - |
| XYZ | 27.5 | 18.22 | 16.82 | - |
| YUV | 117.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 110 | 0 | 0.58 | 0.43 | 0.25 | 344.32 | 0.47 | 0.54 |
| Hex | C0 | 51 | 6E | 0 | 3A | 2B | 19 | 158 | 2F | 36 |
| Octal | 300 | 121 | 156 | 0 | 72 | 53 | 31 | 530 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1101110 | 0 | 111010 | 101011 | 11001 | 101011000 | 101111 | 110110 |
Color Harmonies of #C0516E
Complementary color
Monochromatic Colors of #C0516E
Black with #C0516E
Text Example
Text Example
White with #C0516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0516E; }
p { color: rgb(192,81,110); }
H1.HeaderClassName
{
color: #C0516E;
}
.AnyTagClassName
{
color: #C0516E;
}
</style>
background-color css
<style>
a { background-color: #C0516E; }
a { background-color: rgb(192,81,110); }
div.DivClassName
{
background-color: #C0516E;
}
.BgClassName
{
background-color: #C0516E;
}
</style>
border-color css
<style>
span { border-color: #C0516E; }
span { border-color: rgb(192,81,110); }
td.TdClassName
{
border-color: #C0516E;
}
.TagClassName
{
border-color: #C0516E;
}
</style>