Shades of Cannon Pink #855060
Tints of Cannon Pink #855060
RGB
CMYK
RGB Variations
Color information
#855060 (or 0x855060) is known color: Cannon Pink. HEX triplet: 85, 50 and 60. RGB value is (133,80,96). Sum of RGB (Red+Green+Blue) = 133+80+96=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855060 is #7AAF9F. Grayscale: #616161. Windows color (decimal): -8040352 or 6312069. OLE color: 6312069.
HSL color Cylindrical-coordinate representation of color #855060: hue angle of 341.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855060 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 96 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.48 |
| HSL | 341.89º | 0.25% | 0.42% | - |
| HSV(B) | 341.89º | 0.4% | 0.52% | - |
| XYZ | 14.65 | 11.57 | 12.53 | - |
| YUV | 97.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 96 | 0 | 0.40 | 0.28 | 0.48 | 341.89 | 0.25 | 0.42 |
| Hex | 85 | 50 | 60 | 0 | 28 | 1C | 30 | 156 | 19 | 2A |
| Octal | 205 | 120 | 140 | 0 | 50 | 34 | 60 | 526 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1100000 | 0 | 101000 | 11100 | 110000 | 101010110 | 11001 | 101010 |
Color Harmonies of #855060
Complementary color
Monochromatic Colors of #855060
Black with #855060
Text Example
Text Example
White with #855060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855060; }
p { color: rgb(133,80,96); }
H1.HeaderClassName
{
color: #855060;
}
.AnyTagClassName
{
color: #855060;
}
</style>
background-color css
<style>
a { background-color: #855060; }
a { background-color: rgb(133,80,96); }
div.DivClassName
{
background-color: #855060;
}
.BgClassName
{
background-color: #855060;
}
</style>
border-color css
<style>
span { border-color: #855060; }
span { border-color: rgb(133,80,96); }
td.TdClassName
{
border-color: #855060;
}
.TagClassName
{
border-color: #855060;
}
</style>