Shades of Cannon Pink #895771
Tints of Cannon Pink #895771
RGB
CMYK
RGB Variations
Color information
#895771 (or 0x895771) is known color: Cannon Pink. HEX triplet: 89, 57 and 71. RGB value is (137,87,113). Sum of RGB (Red+Green+Blue) = 137+87+113=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895771 is #76A88E. Grayscale: #686868. Windows color (decimal): -7776399 or 7427977. OLE color: 7427977.
HSL color Cylindrical-coordinate representation of color #895771: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895771 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 113 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.46 |
| HSL | 328.8º | 0.22% | 0.44% | - |
| HSV(B) | 328.8º | 0.36% | 0.54% | - |
| XYZ | 16.71 | 13.33 | 17.31 | - |
| YUV | 104.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 113 | 0 | 0.36 | 0.18 | 0.46 | 328.8 | 0.22 | 0.44 |
| Hex | 89 | 57 | 71 | 0 | 24 | 12 | 2E | 149 | 16 | 2C |
| Octal | 211 | 127 | 161 | 0 | 44 | 22 | 56 | 511 | 26 | 54 |
| Binary | 10001001 | 1010111 | 1110001 | 0 | 100100 | 10010 | 101110 | 101001001 | 10110 | 101100 |
Color Harmonies of #895771
Complementary color
Monochromatic Colors of #895771
Black with #895771
Text Example
Text Example
White with #895771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895771; }
p { color: rgb(137,87,113); }
H1.HeaderClassName
{
color: #895771;
}
.AnyTagClassName
{
color: #895771;
}
</style>
background-color css
<style>
a { background-color: #895771; }
a { background-color: rgb(137,87,113); }
div.DivClassName
{
background-color: #895771;
}
.BgClassName
{
background-color: #895771;
}
</style>
border-color css
<style>
span { border-color: #895771; }
span { border-color: rgb(137,87,113); }
td.TdClassName
{
border-color: #895771;
}
.TagClassName
{
border-color: #895771;
}
</style>