Shades of Cannon Pink #895666
Tints of Cannon Pink #895666
RGB
CMYK
RGB Variations
Color information
#895666 (or 0x895666) is known color: Cannon Pink. HEX triplet: 89, 56 and 66. RGB value is (137,86,102). Sum of RGB (Red+Green+Blue) = 137+86+102=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895666 is #76A999. Grayscale: #676767. Windows color (decimal): -7776666 or 6706825. OLE color: 6706825.
HSL color Cylindrical-coordinate representation of color #895666: hue angle of 341.18º 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 #895666 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 102 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.46 |
| HSL | 341.18º | 0.23% | 0.44% | - |
| HSV(B) | 341.18º | 0.37% | 0.54% | - |
| XYZ | 16.04 | 12.93 | 14.22 | - |
| YUV | 103.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 102 | 0 | 0.37 | 0.26 | 0.46 | 341.18 | 0.23 | 0.44 |
| Hex | 89 | 56 | 66 | 0 | 25 | 1A | 2E | 155 | 17 | 2C |
| Octal | 211 | 126 | 146 | 0 | 45 | 32 | 56 | 525 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1100110 | 0 | 100101 | 11010 | 101110 | 101010101 | 10111 | 101100 |
Color Harmonies of #895666
Complementary color
Monochromatic Colors of #895666
Black with #895666
Text Example
Text Example
White with #895666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895666; }
p { color: rgb(137,86,102); }
H1.HeaderClassName
{
color: #895666;
}
.AnyTagClassName
{
color: #895666;
}
</style>
background-color css
<style>
a { background-color: #895666; }
a { background-color: rgb(137,86,102); }
div.DivClassName
{
background-color: #895666;
}
.BgClassName
{
background-color: #895666;
}
</style>
border-color css
<style>
span { border-color: #895666; }
span { border-color: rgb(137,86,102); }
td.TdClassName
{
border-color: #895666;
}
.TagClassName
{
border-color: #895666;
}
</style>