Shades of Cannon Pink #89565F
Tints of Cannon Pink #89565F
RGB
CMYK
RGB Variations
Color information
#89565F (or 0x89565F) is known color: Cannon Pink. HEX triplet: 89, 56 and 5F. RGB value is (137,86,95). Sum of RGB (Red+Green+Blue) = 137+86+95=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89565F is #76A9A0. Grayscale: #666666. Windows color (decimal): -7776673 or 6248073. OLE color: 6248073.
HSL color Cylindrical-coordinate representation of color #89565F: hue angle of 349.41º 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 #89565F is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 95 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.46 |
| HSL | 349.41º | 0.23% | 0.44% | - |
| HSV(B) | 349.41º | 0.37% | 0.54% | - |
| XYZ | 15.71 | 12.8 | 12.47 | - |
| YUV | 102.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 95 | 0 | 0.37 | 0.31 | 0.46 | 349.41 | 0.23 | 0.44 |
| Hex | 89 | 56 | 5F | 0 | 25 | 1F | 2E | 15D | 17 | 2C |
| Octal | 211 | 126 | 137 | 0 | 45 | 37 | 56 | 535 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1011111 | 0 | 100101 | 11111 | 101110 | 101011101 | 10111 | 101100 |
Color Harmonies of #89565F
Complementary color
Monochromatic Colors of #89565F
Black with #89565F
Text Example
Text Example
White with #89565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89565F; }
p { color: rgb(137,86,95); }
H1.HeaderClassName
{
color: #89565F;
}
.AnyTagClassName
{
color: #89565F;
}
</style>
background-color css
<style>
a { background-color: #89565F; }
a { background-color: rgb(137,86,95); }
div.DivClassName
{
background-color: #89565F;
}
.BgClassName
{
background-color: #89565F;
}
</style>
border-color css
<style>
span { border-color: #89565F; }
span { border-color: rgb(137,86,95); }
td.TdClassName
{
border-color: #89565F;
}
.TagClassName
{
border-color: #89565F;
}
</style>