Shades of Cannon Pink #805562
Tints of Cannon Pink #805562
RGB
CMYK
RGB Variations
Color information
#805562 (or 0x805562) is known color: Cannon Pink. HEX triplet: 80, 55 and 62. RGB value is (128,85,98). Sum of RGB (Red+Green+Blue) = 128+85+98=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805562 is #7FAA9D. Grayscale: #636363. Windows color (decimal): -8366750 or 6444416. OLE color: 6444416.
HSL color Cylindrical-coordinate representation of color #805562: hue angle of 341.86º 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 #805562 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 98 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.50 |
| HSL | 341.86º | 0.2% | 0.42% | - |
| HSV(B) | 341.86º | 0.34% | 0.5% | - |
| XYZ | 14.36 | 11.97 | 13.11 | - |
| YUV | 99.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 98 | 0 | 0.34 | 0.23 | 0.50 | 341.86 | 0.2 | 0.42 |
| Hex | 80 | 55 | 62 | 0 | 22 | 17 | 32 | 156 | 14 | 2A |
| Octal | 200 | 125 | 142 | 0 | 42 | 27 | 62 | 526 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1100010 | 0 | 100010 | 10111 | 110010 | 101010110 | 10100 | 101010 |
Color Harmonies of #805562
Complementary color
Monochromatic Colors of #805562
Black with #805562
Text Example
Text Example
White with #805562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805562; }
p { color: rgb(128,85,98); }
H1.HeaderClassName
{
color: #805562;
}
.AnyTagClassName
{
color: #805562;
}
</style>
background-color css
<style>
a { background-color: #805562; }
a { background-color: rgb(128,85,98); }
div.DivClassName
{
background-color: #805562;
}
.BgClassName
{
background-color: #805562;
}
</style>
border-color css
<style>
span { border-color: #805562; }
span { border-color: rgb(128,85,98); }
td.TdClassName
{
border-color: #805562;
}
.TagClassName
{
border-color: #805562;
}
</style>