Shades of Cannon Pink #805860
Tints of Cannon Pink #805860
RGB
CMYK
RGB Variations
Color information
#805860 (or 0x805860) is known color: Cannon Pink. HEX triplet: 80, 58 and 60. RGB value is (128,88,96). Sum of RGB (Red+Green+Blue) = 128+88+96=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #805860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805860 is #7FA79F. Grayscale: #646464. Windows color (decimal): -8365984 or 6314112. OLE color: 6314112.
HSL color Cylindrical-coordinate representation of color #805860: hue angle of 348º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805860 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 96 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.50 |
| HSL | 348º | 0.19% | 0.42% | - |
| HSV(B) | 348º | 0.31% | 0.5% | - |
| XYZ | 14.5 | 12.41 | 12.7 | - |
| YUV | 100.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 96 | 0 | 0.31 | 0.25 | 0.50 | 348 | 0.19 | 0.42 |
| Hex | 80 | 58 | 60 | 0 | 1F | 19 | 32 | 15C | 13 | 2A |
| Octal | 200 | 130 | 140 | 0 | 37 | 31 | 62 | 534 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1100000 | 0 | 11111 | 11001 | 110010 | 101011100 | 10011 | 101010 |
Color Harmonies of #805860
Complementary color
Monochromatic Colors of #805860
Black with #805860
Text Example
Text Example
White with #805860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805860; }
p { color: rgb(128,88,96); }
H1.HeaderClassName
{
color: #805860;
}
.AnyTagClassName
{
color: #805860;
}
</style>
background-color css
<style>
a { background-color: #805860; }
a { background-color: rgb(128,88,96); }
div.DivClassName
{
background-color: #805860;
}
.BgClassName
{
background-color: #805860;
}
</style>
border-color css
<style>
span { border-color: #805860; }
span { border-color: rgb(128,88,96); }
td.TdClassName
{
border-color: #805860;
}
.TagClassName
{
border-color: #805860;
}
</style>