Shades of Cannon Pink #89556A
Tints of Cannon Pink #89556A
RGB
CMYK
RGB Variations
Color information
#89556A (or 0x89556A) is known color: Cannon Pink. HEX triplet: 89, 55 and 6A. RGB value is (137,85,106). Sum of RGB (Red+Green+Blue) = 137+85+106=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556A is #76AA95. Grayscale: #666666. Windows color (decimal): -7776918 or 6968713. OLE color: 6968713.
HSL color Cylindrical-coordinate representation of color #89556A: hue angle of 335.77º 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 #89556A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 106 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.46 |
| HSL | 335.77º | 0.23% | 0.44% | - |
| HSV(B) | 335.77º | 0.38% | 0.54% | - |
| XYZ | 16.17 | 12.86 | 15.27 | - |
| YUV | 102.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 106 | 0 | 0.38 | 0.23 | 0.46 | 335.77 | 0.23 | 0.44 |
| Hex | 89 | 55 | 6A | 0 | 26 | 17 | 2E | 150 | 17 | 2C |
| Octal | 211 | 125 | 152 | 0 | 46 | 27 | 56 | 520 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1101010 | 0 | 100110 | 10111 | 101110 | 101010000 | 10111 | 101100 |
Color Harmonies of #89556A
Complementary color
Monochromatic Colors of #89556A
Black with #89556A
Text Example
Text Example
White with #89556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89556A; }
p { color: rgb(137,85,106); }
H1.HeaderClassName
{
color: #89556A;
}
.AnyTagClassName
{
color: #89556A;
}
</style>
background-color css
<style>
a { background-color: #89556A; }
a { background-color: rgb(137,85,106); }
div.DivClassName
{
background-color: #89556A;
}
.BgClassName
{
background-color: #89556A;
}
</style>
border-color css
<style>
span { border-color: #89556A; }
span { border-color: rgb(137,85,106); }
td.TdClassName
{
border-color: #89556A;
}
.TagClassName
{
border-color: #89556A;
}
</style>