Shades of Blush #C0506F
Tints of Blush #C0506F
RGB
CMYK
RGB Variations
Color information
#C0506F (or 0xC0506F) is known color: Blush. HEX triplet: C0, 50 and 6F. RGB value is (192,80,111). Sum of RGB (Red+Green+Blue) = 192+80+111=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0506F is #3FAF90. Grayscale: #757575. Windows color (decimal): -4173713 or 7295168. OLE color: 7295168.
HSL color Cylindrical-coordinate representation of color #C0506F: hue angle of 343.39º 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 #C0506F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 111 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.25 |
| HSL | 343.39º | 0.47% | 0.53% | - |
| HSV(B) | 343.39º | 0.58% | 0.75% | - |
| XYZ | 27.48 | 18.09 | 17.08 | - |
| YUV | 117.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 111 | 0 | 0.58 | 0.42 | 0.25 | 343.39 | 0.47 | 0.53 |
| Hex | C0 | 50 | 6F | 0 | 3A | 2A | 19 | 157 | 2F | 35 |
| Octal | 300 | 120 | 157 | 0 | 72 | 52 | 31 | 527 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1101111 | 0 | 111010 | 101010 | 11001 | 101010111 | 101111 | 110101 |
Color Harmonies of #C0506F
Complementary color
Monochromatic Colors of #C0506F
Black with #C0506F
Text Example
Text Example
White with #C0506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0506F; }
p { color: rgb(192,80,111); }
H1.HeaderClassName
{
color: #C0506F;
}
.AnyTagClassName
{
color: #C0506F;
}
</style>
background-color css
<style>
a { background-color: #C0506F; }
a { background-color: rgb(192,80,111); }
div.DivClassName
{
background-color: #C0506F;
}
.BgClassName
{
background-color: #C0506F;
}
</style>
border-color css
<style>
span { border-color: #C0506F; }
span { border-color: rgb(192,80,111); }
td.TdClassName
{
border-color: #C0506F;
}
.TagClassName
{
border-color: #C0506F;
}
</style>