Shades of Solid Pink #805056
Tints of Solid Pink #805056
RGB
CMYK
RGB Variations
Color information
#805056 (or 0x805056) is known color: Solid Pink. HEX triplet: 80, 50 and 56. RGB value is (128,80,86). Sum of RGB (Red+Green+Blue) = 128+80+86=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805056 is #7FAFA9. Grayscale: #5F5F5F. Windows color (decimal): -8368042 or 5656704. OLE color: 5656704.
HSL color Cylindrical-coordinate representation of color #805056: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805056 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 86 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.50 |
| HSL | 352.5º | 0.23% | 0.41% | - |
| HSV(B) | 352.5º | 0.38% | 0.5% | - |
| XYZ | 13.45 | 11 | 10.22 | - |
| YUV | 95.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 86 | 0 | 0.38 | 0.33 | 0.50 | 352.5 | 0.23 | 0.41 |
| Hex | 80 | 50 | 56 | 0 | 26 | 21 | 32 | 160 | 17 | 29 |
| Octal | 200 | 120 | 126 | 0 | 46 | 41 | 62 | 540 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1010110 | 0 | 100110 | 100001 | 110010 | 101100000 | 10111 | 101001 |
Color Harmonies of #805056
Complementary color
Monochromatic Colors of #805056
Black with #805056
Text Example
Text Example
White with #805056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805056; }
p { color: rgb(128,80,86); }
H1.HeaderClassName
{
color: #805056;
}
.AnyTagClassName
{
color: #805056;
}
</style>
background-color css
<style>
a { background-color: #805056; }
a { background-color: rgb(128,80,86); }
div.DivClassName
{
background-color: #805056;
}
.BgClassName
{
background-color: #805056;
}
</style>
border-color css
<style>
span { border-color: #805056; }
span { border-color: rgb(128,80,86); }
td.TdClassName
{
border-color: #805056;
}
.TagClassName
{
border-color: #805056;
}
</style>