Shades of Blush #C0516A
Tints of Blush #C0516A
RGB
CMYK
RGB Variations
Color information
#C0516A (or 0xC0516A) is known color: Blush. HEX triplet: C0, 51 and 6A. RGB value is (192,81,106). Sum of RGB (Red+Green+Blue) = 192+81+106=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0516A is #3FAE95. Grayscale: #757575. Windows color (decimal): -4173462 or 6967744. OLE color: 6967744.
HSL color Cylindrical-coordinate representation of color #C0516A: hue angle of 346.49º 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 #C0516A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 106 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.25 |
| HSL | 346.49º | 0.47% | 0.54% | - |
| HSV(B) | 346.49º | 0.58% | 0.75% | - |
| XYZ | 27.28 | 18.13 | 15.7 | - |
| YUV | 117.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 106 | 0 | 0.58 | 0.45 | 0.25 | 346.49 | 0.47 | 0.54 |
| Hex | C0 | 51 | 6A | 0 | 3A | 2D | 19 | 15A | 2F | 36 |
| Octal | 300 | 121 | 152 | 0 | 72 | 55 | 31 | 532 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1101010 | 0 | 111010 | 101101 | 11001 | 101011010 | 101111 | 110110 |
Color Harmonies of #C0516A
Complementary color
Monochromatic Colors of #C0516A
Black with #C0516A
Text Example
Text Example
White with #C0516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0516A; }
p { color: rgb(192,81,106); }
H1.HeaderClassName
{
color: #C0516A;
}
.AnyTagClassName
{
color: #C0516A;
}
</style>
background-color css
<style>
a { background-color: #C0516A; }
a { background-color: rgb(192,81,106); }
div.DivClassName
{
background-color: #C0516A;
}
.BgClassName
{
background-color: #C0516A;
}
</style>
border-color css
<style>
span { border-color: #C0516A; }
span { border-color: rgb(192,81,106); }
td.TdClassName
{
border-color: #C0516A;
}
.TagClassName
{
border-color: #C0516A;
}
</style>