Shades of Cannon Pink #855860
Tints of Cannon Pink #855860
RGB
CMYK
RGB Variations
Color information
#855860 (or 0x855860) is known color: Cannon Pink. HEX triplet: 85, 58 and 60. RGB value is (133,88,96). Sum of RGB (Red+Green+Blue) = 133+88+96=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855860 is #7AA79F. Grayscale: #666666. Windows color (decimal): -8038304 or 6314117. OLE color: 6314117.
HSL color Cylindrical-coordinate representation of color #855860: hue angle of 349.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855860 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 96 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.48 |
| HSL | 349.33º | 0.2% | 0.43% | - |
| HSV(B) | 349.33º | 0.34% | 0.52% | - |
| XYZ | 15.27 | 12.81 | 12.73 | - |
| YUV | 102.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 96 | 0 | 0.34 | 0.28 | 0.48 | 349.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 60 | 0 | 22 | 1C | 30 | 15D | 14 | 2B |
| Octal | 205 | 130 | 140 | 0 | 42 | 34 | 60 | 535 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1100000 | 0 | 100010 | 11100 | 110000 | 101011101 | 10100 | 101011 |
Color Harmonies of #855860
Complementary color
Monochromatic Colors of #855860
Black with #855860
Text Example
Text Example
White with #855860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855860; }
p { color: rgb(133,88,96); }
H1.HeaderClassName
{
color: #855860;
}
.AnyTagClassName
{
color: #855860;
}
</style>
background-color css
<style>
a { background-color: #855860; }
a { background-color: rgb(133,88,96); }
div.DivClassName
{
background-color: #855860;
}
.BgClassName
{
background-color: #855860;
}
</style>
border-color css
<style>
span { border-color: #855860; }
span { border-color: rgb(133,88,96); }
td.TdClassName
{
border-color: #855860;
}
.TagClassName
{
border-color: #855860;
}
</style>