Shades of Cannon Pink #805560
Tints of Cannon Pink #805560
RGB
CMYK
RGB Variations
Color information
#805560 (or 0x805560) is known color: Cannon Pink. HEX triplet: 80, 55 and 60. RGB value is (128,85,96). Sum of RGB (Red+Green+Blue) = 128+85+96=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #805560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805560 is #7FAA9F. Grayscale: #636363. Windows color (decimal): -8366752 or 6313344. OLE color: 6313344.
HSL color Cylindrical-coordinate representation of color #805560: hue angle of 344.65º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805560 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 96 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.50 |
| HSL | 344.65º | 0.2% | 0.42% | - |
| HSV(B) | 344.65º | 0.34% | 0.5% | - |
| XYZ | 14.26 | 11.93 | 12.62 | - |
| YUV | 99.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 96 | 0 | 0.34 | 0.25 | 0.50 | 344.65 | 0.2 | 0.42 |
| Hex | 80 | 55 | 60 | 0 | 22 | 19 | 32 | 159 | 14 | 2A |
| Octal | 200 | 125 | 140 | 0 | 42 | 31 | 62 | 531 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1100000 | 0 | 100010 | 11001 | 110010 | 101011001 | 10100 | 101010 |
Color Harmonies of #805560
Complementary color
Monochromatic Colors of #805560
Black with #805560
Text Example
Text Example
White with #805560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805560; }
p { color: rgb(128,85,96); }
H1.HeaderClassName
{
color: #805560;
}
.AnyTagClassName
{
color: #805560;
}
</style>
background-color css
<style>
a { background-color: #805560; }
a { background-color: rgb(128,85,96); }
div.DivClassName
{
background-color: #805560;
}
.BgClassName
{
background-color: #805560;
}
</style>
border-color css
<style>
span { border-color: #805560; }
span { border-color: rgb(128,85,96); }
td.TdClassName
{
border-color: #805560;
}
.TagClassName
{
border-color: #805560;
}
</style>