Shades of Blush #C0506B
Tints of Blush #C0506B
RGB
CMYK
RGB Variations
Color information
#C0506B (or 0xC0506B) is known color: Blush. HEX triplet: C0, 50 and 6B. RGB value is (192,80,107). Sum of RGB (Red+Green+Blue) = 192+80+107=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0506B is #3FAF94. Grayscale: #747474. Windows color (decimal): -4173717 or 7033024. OLE color: 7033024.
HSL color Cylindrical-coordinate representation of color #C0506B: hue angle of 345.54º 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 #C0506B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 107 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.25 |
| HSL | 345.54º | 0.47% | 0.53% | - |
| HSV(B) | 345.54º | 0.58% | 0.75% | - |
| XYZ | 27.26 | 18.01 | 15.95 | - |
| YUV | 116.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 107 | 0 | 0.58 | 0.44 | 0.25 | 345.54 | 0.47 | 0.53 |
| Hex | C0 | 50 | 6B | 0 | 3A | 2C | 19 | 15A | 2F | 35 |
| Octal | 300 | 120 | 153 | 0 | 72 | 54 | 31 | 532 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1101011 | 0 | 111010 | 101100 | 11001 | 101011010 | 101111 | 110101 |
Color Harmonies of #C0506B
Complementary color
Monochromatic Colors of #C0506B
Black with #C0506B
Text Example
Text Example
White with #C0506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0506B; }
p { color: rgb(192,80,107); }
H1.HeaderClassName
{
color: #C0506B;
}
.AnyTagClassName
{
color: #C0506B;
}
</style>
background-color css
<style>
a { background-color: #C0506B; }
a { background-color: rgb(192,80,107); }
div.DivClassName
{
background-color: #C0506B;
}
.BgClassName
{
background-color: #C0506B;
}
</style>
border-color css
<style>
span { border-color: #C0506B; }
span { border-color: rgb(192,80,107); }
td.TdClassName
{
border-color: #C0506B;
}
.TagClassName
{
border-color: #C0506B;
}
</style>