Shades of Cannon Pink #89555F
Tints of Cannon Pink #89555F
RGB
CMYK
RGB Variations
Color information
#89555F (or 0x89555F) is known color: Cannon Pink. HEX triplet: 89, 55 and 5F. RGB value is (137,85,95). Sum of RGB (Red+Green+Blue) = 137+85+95=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89555F is #76AAA0. Grayscale: #656565. Windows color (decimal): -7776929 or 6247817. OLE color: 6247817.
HSL color Cylindrical-coordinate representation of color #89555F: hue angle of 348.46º 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 #89555F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 95 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.46 |
| HSL | 348.46º | 0.23% | 0.44% | - |
| HSV(B) | 348.46º | 0.38% | 0.54% | - |
| XYZ | 15.63 | 12.64 | 12.44 | - |
| YUV | 101.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 95 | 0 | 0.38 | 0.31 | 0.46 | 348.46 | 0.23 | 0.44 |
| Hex | 89 | 55 | 5F | 0 | 26 | 1F | 2E | 15C | 17 | 2C |
| Octal | 211 | 125 | 137 | 0 | 46 | 37 | 56 | 534 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1011111 | 0 | 100110 | 11111 | 101110 | 101011100 | 10111 | 101100 |
Color Harmonies of #89555F
Complementary color
Monochromatic Colors of #89555F
Black with #89555F
Text Example
Text Example
White with #89555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89555F; }
p { color: rgb(137,85,95); }
H1.HeaderClassName
{
color: #89555F;
}
.AnyTagClassName
{
color: #89555F;
}
</style>
background-color css
<style>
a { background-color: #89555F; }
a { background-color: rgb(137,85,95); }
div.DivClassName
{
background-color: #89555F;
}
.BgClassName
{
background-color: #89555F;
}
</style>
border-color css
<style>
span { border-color: #89555F; }
span { border-color: rgb(137,85,95); }
td.TdClassName
{
border-color: #89555F;
}
.TagClassName
{
border-color: #89555F;
}
</style>