Shades of Blush #C0506E
Tints of Blush #C0506E
RGB
CMYK
RGB Variations
Color information
#C0506E (or 0xC0506E) is known color: Blush. HEX triplet: C0, 50 and 6E. RGB value is (192,80,110). Sum of RGB (Red+Green+Blue) = 192+80+110=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0506E is #3FAF91. Grayscale: #747474. Windows color (decimal): -4173714 or 7229632. OLE color: 7229632.
HSL color Cylindrical-coordinate representation of color #C0506E: hue angle of 343.93º 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 #C0506E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 110 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 343.93º | 0.47% | 0.53% | - |
| HSV(B) | 343.93º | 0.58% | 0.75% | - |
| XYZ | 27.42 | 18.07 | 16.79 | - |
| YUV | 116.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 110 | 0 | 0.58 | 0.43 | 0.25 | 343.93 | 0.47 | 0.53 |
| Hex | C0 | 50 | 6E | 0 | 3A | 2B | 19 | 158 | 2F | 35 |
| Octal | 300 | 120 | 156 | 0 | 72 | 53 | 31 | 530 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1101110 | 0 | 111010 | 101011 | 11001 | 101011000 | 101111 | 110101 |
Color Harmonies of #C0506E
Complementary color
Monochromatic Colors of #C0506E
Black with #C0506E
Text Example
Text Example
White with #C0506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0506E; }
p { color: rgb(192,80,110); }
H1.HeaderClassName
{
color: #C0506E;
}
.AnyTagClassName
{
color: #C0506E;
}
</style>
background-color css
<style>
a { background-color: #C0506E; }
a { background-color: rgb(192,80,110); }
div.DivClassName
{
background-color: #C0506E;
}
.BgClassName
{
background-color: #C0506E;
}
</style>
border-color css
<style>
span { border-color: #C0506E; }
span { border-color: rgb(192,80,110); }
td.TdClassName
{
border-color: #C0506E;
}
.TagClassName
{
border-color: #C0506E;
}
</style>