Shades of Cannon Pink #89565D
Tints of Cannon Pink #89565D
RGB
CMYK
RGB Variations
Color information
#89565D (or 0x89565D) is known color: Cannon Pink. HEX triplet: 89, 56 and 5D. RGB value is (137,86,93). Sum of RGB (Red+Green+Blue) = 137+86+93=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89565D is #76A9A2. Grayscale: #666666. Windows color (decimal): -7776675 or 6117001. OLE color: 6117001.
HSL color Cylindrical-coordinate representation of color #89565D: hue angle of 351.76º 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 #89565D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 93 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.46 |
| HSL | 351.76º | 0.23% | 0.44% | - |
| HSV(B) | 351.76º | 0.37% | 0.54% | - |
| XYZ | 15.62 | 12.76 | 12 | - |
| YUV | 102.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 93 | 0 | 0.37 | 0.32 | 0.46 | 351.76 | 0.23 | 0.44 |
| Hex | 89 | 56 | 5D | 0 | 25 | 20 | 2E | 160 | 17 | 2C |
| Octal | 211 | 126 | 135 | 0 | 45 | 40 | 56 | 540 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1011101 | 0 | 100101 | 100000 | 101110 | 101100000 | 10111 | 101100 |
Color Harmonies of #89565D
Complementary color
Monochromatic Colors of #89565D
Black with #89565D
Text Example
Text Example
White with #89565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89565D; }
p { color: rgb(137,86,93); }
H1.HeaderClassName
{
color: #89565D;
}
.AnyTagClassName
{
color: #89565D;
}
</style>
background-color css
<style>
a { background-color: #89565D; }
a { background-color: rgb(137,86,93); }
div.DivClassName
{
background-color: #89565D;
}
.BgClassName
{
background-color: #89565D;
}
</style>
border-color css
<style>
span { border-color: #89565D; }
span { border-color: rgb(137,86,93); }
td.TdClassName
{
border-color: #89565D;
}
.TagClassName
{
border-color: #89565D;
}
</style>