Shades of Cannon Pink #805460
Tints of Cannon Pink #805460
RGB
CMYK
RGB Variations
Color information
#805460 (or 0x805460) is known color: Cannon Pink. HEX triplet: 80, 54 and 60. RGB value is (128,84,96). Sum of RGB (Red+Green+Blue) = 128+84+96=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #805460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805460 is #7FAB9F. Grayscale: #626262. Windows color (decimal): -8367008 or 6313088. OLE color: 6313088.
HSL color Cylindrical-coordinate representation of color #805460: hue angle of 343.64º degrees, saturation: 0.21, 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 #805460 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 96 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.50 |
| HSL | 343.64º | 0.21% | 0.42% | - |
| HSV(B) | 343.64º | 0.34% | 0.5% | - |
| XYZ | 14.18 | 11.77 | 12.59 | - |
| YUV | 98.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 96 | 0 | 0.34 | 0.25 | 0.50 | 343.64 | 0.21 | 0.42 |
| Hex | 80 | 54 | 60 | 0 | 22 | 19 | 32 | 158 | 15 | 2A |
| Octal | 200 | 124 | 140 | 0 | 42 | 31 | 62 | 530 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1100000 | 0 | 100010 | 11001 | 110010 | 101011000 | 10101 | 101010 |
Color Harmonies of #805460
Complementary color
Monochromatic Colors of #805460
Black with #805460
Text Example
Text Example
White with #805460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805460; }
p { color: rgb(128,84,96); }
H1.HeaderClassName
{
color: #805460;
}
.AnyTagClassName
{
color: #805460;
}
</style>
background-color css
<style>
a { background-color: #805460; }
a { background-color: rgb(128,84,96); }
div.DivClassName
{
background-color: #805460;
}
.BgClassName
{
background-color: #805460;
}
</style>
border-color css
<style>
span { border-color: #805460; }
span { border-color: rgb(128,84,96); }
td.TdClassName
{
border-color: #805460;
}
.TagClassName
{
border-color: #805460;
}
</style>