Shades of Cannon Pink #805960
Tints of Cannon Pink #805960
RGB
CMYK
RGB Variations
Color information
#805960 (or 0x805960) is known color: Cannon Pink. HEX triplet: 80, 59 and 60. RGB value is (128,89,96). Sum of RGB (Red+Green+Blue) = 128+89+96=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805960 is #7FA69F. Grayscale: #656565. Windows color (decimal): -8365728 or 6314368. OLE color: 6314368.
HSL color Cylindrical-coordinate representation of color #805960: hue angle of 349.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805960 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 96 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.50 |
| HSL | 349.23º | 0.18% | 0.43% | - |
| HSV(B) | 349.23º | 0.3% | 0.5% | - |
| XYZ | 14.59 | 12.58 | 12.73 | - |
| YUV | 101.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 96 | 0 | 0.30 | 0.25 | 0.50 | 349.23 | 0.18 | 0.43 |
| Hex | 80 | 59 | 60 | 0 | 1E | 19 | 32 | 15D | 12 | 2B |
| Octal | 200 | 131 | 140 | 0 | 36 | 31 | 62 | 535 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1100000 | 0 | 11110 | 11001 | 110010 | 101011101 | 10010 | 101011 |
Color Harmonies of #805960
Complementary color
Monochromatic Colors of #805960
Black with #805960
Text Example
Text Example
White with #805960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805960; }
p { color: rgb(128,89,96); }
H1.HeaderClassName
{
color: #805960;
}
.AnyTagClassName
{
color: #805960;
}
</style>
background-color css
<style>
a { background-color: #805960; }
a { background-color: rgb(128,89,96); }
div.DivClassName
{
background-color: #805960;
}
.BgClassName
{
background-color: #805960;
}
</style>
border-color css
<style>
span { border-color: #805960; }
span { border-color: rgb(128,89,96); }
td.TdClassName
{
border-color: #805960;
}
.TagClassName
{
border-color: #805960;
}
</style>