Shades of Cannon Pink #895660
Tints of Cannon Pink #895660
RGB
CMYK
RGB Variations
Color information
#895660 (or 0x895660) is known color: Cannon Pink. HEX triplet: 89, 56 and 60. RGB value is (137,86,96). Sum of RGB (Red+Green+Blue) = 137+86+96=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895660 is #76A99F. Grayscale: #666666. Windows color (decimal): -7776672 or 6313609. OLE color: 6313609.
HSL color Cylindrical-coordinate representation of color #895660: hue angle of 348.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895660 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 96 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.46 |
| HSL | 348.24º | 0.23% | 0.44% | - |
| HSV(B) | 348.24º | 0.37% | 0.54% | - |
| XYZ | 15.76 | 12.82 | 12.71 | - |
| YUV | 102.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 96 | 0 | 0.37 | 0.30 | 0.46 | 348.24 | 0.23 | 0.44 |
| Hex | 89 | 56 | 60 | 0 | 25 | 1E | 2E | 15C | 17 | 2C |
| Octal | 211 | 126 | 140 | 0 | 45 | 36 | 56 | 534 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1100000 | 0 | 100101 | 11110 | 101110 | 101011100 | 10111 | 101100 |
Color Harmonies of #895660
Complementary color
Monochromatic Colors of #895660
Black with #895660
Text Example
Text Example
White with #895660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895660; }
p { color: rgb(137,86,96); }
H1.HeaderClassName
{
color: #895660;
}
.AnyTagClassName
{
color: #895660;
}
</style>
background-color css
<style>
a { background-color: #895660; }
a { background-color: rgb(137,86,96); }
div.DivClassName
{
background-color: #895660;
}
.BgClassName
{
background-color: #895660;
}
</style>
border-color css
<style>
span { border-color: #895660; }
span { border-color: rgb(137,86,96); }
td.TdClassName
{
border-color: #895660;
}
.TagClassName
{
border-color: #895660;
}
</style>