Shades of Cannon Pink #895961
Tints of Cannon Pink #895961
RGB
CMYK
RGB Variations
Color information
#895961 (or 0x895961) is known color: Cannon Pink. HEX triplet: 89, 59 and 61. RGB value is (137,89,97). Sum of RGB (Red+Green+Blue) = 137+89+97=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895961 is #76A69E. Grayscale: #686868. Windows color (decimal): -7775903 or 6379913. OLE color: 6379913.
HSL color Cylindrical-coordinate representation of color #895961: hue angle of 350º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895961 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 97 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.46 |
| HSL | 350º | 0.21% | 0.44% | - |
| HSV(B) | 350º | 0.35% | 0.54% | - |
| XYZ | 16.05 | 13.33 | 13.04 | - |
| YUV | 104.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 97 | 0 | 0.35 | 0.29 | 0.46 | 350 | 0.21 | 0.44 |
| Hex | 89 | 59 | 61 | 0 | 23 | 1D | 2E | 15E | 15 | 2C |
| Octal | 211 | 131 | 141 | 0 | 43 | 35 | 56 | 536 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1100001 | 0 | 100011 | 11101 | 101110 | 101011110 | 10101 | 101100 |
Color Harmonies of #895961
Complementary color
Monochromatic Colors of #895961
Black with #895961
Text Example
Text Example
White with #895961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895961; }
p { color: rgb(137,89,97); }
H1.HeaderClassName
{
color: #895961;
}
.AnyTagClassName
{
color: #895961;
}
</style>
background-color css
<style>
a { background-color: #895961; }
a { background-color: rgb(137,89,97); }
div.DivClassName
{
background-color: #895961;
}
.BgClassName
{
background-color: #895961;
}
</style>
border-color css
<style>
span { border-color: #895961; }
span { border-color: rgb(137,89,97); }
td.TdClassName
{
border-color: #895961;
}
.TagClassName
{
border-color: #895961;
}
</style>