Shades of Cannon Pink #895570
Tints of Cannon Pink #895570
RGB
CMYK
RGB Variations
Color information
#895570 (or 0x895570) is known color: Cannon Pink. HEX triplet: 89, 55 and 70. RGB value is (137,85,112). Sum of RGB (Red+Green+Blue) = 137+85+112=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895570 is #76AA8F. Grayscale: #676767. Windows color (decimal): -7776912 or 7361929. OLE color: 7361929.
HSL color Cylindrical-coordinate representation of color #895570: hue angle of 328.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895570 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 112 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.46 |
| HSL | 328.85º | 0.23% | 0.44% | - |
| HSV(B) | 328.85º | 0.38% | 0.54% | - |
| XYZ | 16.49 | 12.99 | 16.97 | - |
| YUV | 103.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 112 | 0 | 0.38 | 0.18 | 0.46 | 328.85 | 0.23 | 0.44 |
| Hex | 89 | 55 | 70 | 0 | 26 | 12 | 2E | 149 | 17 | 2C |
| Octal | 211 | 125 | 160 | 0 | 46 | 22 | 56 | 511 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1110000 | 0 | 100110 | 10010 | 101110 | 101001001 | 10111 | 101100 |
Color Harmonies of #895570
Complementary color
Monochromatic Colors of #895570
Black with #895570
Text Example
Text Example
White with #895570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895570; }
p { color: rgb(137,85,112); }
H1.HeaderClassName
{
color: #895570;
}
.AnyTagClassName
{
color: #895570;
}
</style>
background-color css
<style>
a { background-color: #895570; }
a { background-color: rgb(137,85,112); }
div.DivClassName
{
background-color: #895570;
}
.BgClassName
{
background-color: #895570;
}
</style>
border-color css
<style>
span { border-color: #895570; }
span { border-color: rgb(137,85,112); }
td.TdClassName
{
border-color: #895570;
}
.TagClassName
{
border-color: #895570;
}
</style>