Shades of Cannon Pink #89556B
Tints of Cannon Pink #89556B
RGB
CMYK
RGB Variations
Color information
#89556B (or 0x89556B) is known color: Cannon Pink. HEX triplet: 89, 55 and 6B. RGB value is (137,85,107). Sum of RGB (Red+Green+Blue) = 137+85+107=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556B is #76AA94. Grayscale: #676767. Windows color (decimal): -7776917 or 7034249. OLE color: 7034249.
HSL color Cylindrical-coordinate representation of color #89556B: hue angle of 334.62º 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 #89556B is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 107 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.46 |
| HSL | 334.62º | 0.23% | 0.44% | - |
| HSV(B) | 334.62º | 0.38% | 0.54% | - |
| XYZ | 16.22 | 12.88 | 15.54 | - |
| YUV | 103.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 107 | 0 | 0.38 | 0.22 | 0.46 | 334.62 | 0.23 | 0.44 |
| Hex | 89 | 55 | 6B | 0 | 26 | 16 | 2E | 14F | 17 | 2C |
| Octal | 211 | 125 | 153 | 0 | 46 | 26 | 56 | 517 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1101011 | 0 | 100110 | 10110 | 101110 | 101001111 | 10111 | 101100 |
Color Harmonies of #89556B
Complementary color
Monochromatic Colors of #89556B
Black with #89556B
Text Example
Text Example
White with #89556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89556B; }
p { color: rgb(137,85,107); }
H1.HeaderClassName
{
color: #89556B;
}
.AnyTagClassName
{
color: #89556B;
}
</style>
background-color css
<style>
a { background-color: #89556B; }
a { background-color: rgb(137,85,107); }
div.DivClassName
{
background-color: #89556B;
}
.BgClassName
{
background-color: #89556B;
}
</style>
border-color css
<style>
span { border-color: #89556B; }
span { border-color: rgb(137,85,107); }
td.TdClassName
{
border-color: #89556B;
}
.TagClassName
{
border-color: #89556B;
}
</style>