Shades of Cannon Pink #895566
Tints of Cannon Pink #895566
RGB
CMYK
RGB Variations
Color information
#895566 (or 0x895566) is known color: Cannon Pink. HEX triplet: 89, 55 and 66. RGB value is (137,85,102). Sum of RGB (Red+Green+Blue) = 137+85+102=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #895566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895566 is #76AA99. Grayscale: #666666. Windows color (decimal): -7776922 or 6706569. OLE color: 6706569.
HSL color Cylindrical-coordinate representation of color #895566: hue angle of 340.38º 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 #895566 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 102 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.46 |
| HSL | 340.38º | 0.23% | 0.44% | - |
| HSV(B) | 340.38º | 0.38% | 0.54% | - |
| XYZ | 15.96 | 12.77 | 14.19 | - |
| YUV | 102.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 102 | 0 | 0.38 | 0.26 | 0.46 | 340.38 | 0.23 | 0.44 |
| Hex | 89 | 55 | 66 | 0 | 26 | 1A | 2E | 154 | 17 | 2C |
| Octal | 211 | 125 | 146 | 0 | 46 | 32 | 56 | 524 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1100110 | 0 | 100110 | 11010 | 101110 | 101010100 | 10111 | 101100 |
Color Harmonies of #895566
Complementary color
Monochromatic Colors of #895566
Black with #895566
Text Example
Text Example
White with #895566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895566; }
p { color: rgb(137,85,102); }
H1.HeaderClassName
{
color: #895566;
}
.AnyTagClassName
{
color: #895566;
}
</style>
background-color css
<style>
a { background-color: #895566; }
a { background-color: rgb(137,85,102); }
div.DivClassName
{
background-color: #895566;
}
.BgClassName
{
background-color: #895566;
}
</style>
border-color css
<style>
span { border-color: #895566; }
span { border-color: rgb(137,85,102); }
td.TdClassName
{
border-color: #895566;
}
.TagClassName
{
border-color: #895566;
}
</style>