Shades of Blush #C0506D
Tints of Blush #C0506D
RGB
CMYK
RGB Variations
Color information
#C0506D (or 0xC0506D) is known color: Blush. HEX triplet: C0, 50 and 6D. RGB value is (192,80,109). Sum of RGB (Red+Green+Blue) = 192+80+109=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0506D is #3FAF92. Grayscale: #747474. Windows color (decimal): -4173715 or 7164096. OLE color: 7164096.
HSL color Cylindrical-coordinate representation of color #C0506D: hue angle of 344.46º 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 #C0506D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 109 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 344.46º | 0.47% | 0.53% | - |
| HSV(B) | 344.46º | 0.58% | 0.75% | - |
| XYZ | 27.37 | 18.05 | 16.51 | - |
| YUV | 116.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 109 | 0 | 0.58 | 0.43 | 0.25 | 344.46 | 0.47 | 0.53 |
| Hex | C0 | 50 | 6D | 0 | 3A | 2B | 19 | 158 | 2F | 35 |
| Octal | 300 | 120 | 155 | 0 | 72 | 53 | 31 | 530 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1101101 | 0 | 111010 | 101011 | 11001 | 101011000 | 101111 | 110101 |
Color Harmonies of #C0506D
Complementary color
Monochromatic Colors of #C0506D
Black with #C0506D
Text Example
Text Example
White with #C0506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0506D; }
p { color: rgb(192,80,109); }
H1.HeaderClassName
{
color: #C0506D;
}
.AnyTagClassName
{
color: #C0506D;
}
</style>
background-color css
<style>
a { background-color: #C0506D; }
a { background-color: rgb(192,80,109); }
div.DivClassName
{
background-color: #C0506D;
}
.BgClassName
{
background-color: #C0506D;
}
</style>
border-color css
<style>
span { border-color: #C0506D; }
span { border-color: rgb(192,80,109); }
td.TdClassName
{
border-color: #C0506D;
}
.TagClassName
{
border-color: #C0506D;
}
</style>