Shades of Cannon Pink #895563
Tints of Cannon Pink #895563
RGB
CMYK
RGB Variations
Color information
#895563 (or 0x895563) is known color: Cannon Pink. HEX triplet: 89, 55 and 63. RGB value is (137,85,99). Sum of RGB (Red+Green+Blue) = 137+85+99=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895563 is #76AA9C. Grayscale: #666666. Windows color (decimal): -7776925 or 6509961. OLE color: 6509961.
HSL color Cylindrical-coordinate representation of color #895563: hue angle of 343.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 #895563 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 99 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.46 |
| HSL | 343.85º | 0.23% | 0.44% | - |
| HSV(B) | 343.85º | 0.38% | 0.54% | - |
| XYZ | 15.82 | 12.72 | 13.43 | - |
| YUV | 102.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 99 | 0 | 0.38 | 0.28 | 0.46 | 343.85 | 0.23 | 0.44 |
| Hex | 89 | 55 | 63 | 0 | 26 | 1C | 2E | 158 | 17 | 2C |
| Octal | 211 | 125 | 143 | 0 | 46 | 34 | 56 | 530 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1100011 | 0 | 100110 | 11100 | 101110 | 101011000 | 10111 | 101100 |
Color Harmonies of #895563
Complementary color
Monochromatic Colors of #895563
Black with #895563
Text Example
Text Example
White with #895563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895563; }
p { color: rgb(137,85,99); }
H1.HeaderClassName
{
color: #895563;
}
.AnyTagClassName
{
color: #895563;
}
</style>
background-color css
<style>
a { background-color: #895563; }
a { background-color: rgb(137,85,99); }
div.DivClassName
{
background-color: #895563;
}
.BgClassName
{
background-color: #895563;
}
</style>
border-color css
<style>
span { border-color: #895563; }
span { border-color: rgb(137,85,99); }
td.TdClassName
{
border-color: #895563;
}
.TagClassName
{
border-color: #895563;
}
</style>