Shades of Cannon Pink #89595F
Tints of Cannon Pink #89595F
RGB
CMYK
RGB Variations
Color information
#89595F (or 0x89595F) is known color: Cannon Pink. HEX triplet: 89, 59 and 5F. RGB value is (137,89,95). Sum of RGB (Red+Green+Blue) = 137+89+95=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #89595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595F is #76A6A0. Grayscale: #686868. Windows color (decimal): -7775905 or 6248841. OLE color: 6248841.
HSL color Cylindrical-coordinate representation of color #89595F: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89595F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 95 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.46 |
| HSL | 352.5º | 0.21% | 0.44% | - |
| HSV(B) | 352.5º | 0.35% | 0.54% | - |
| XYZ | 15.95 | 13.29 | 12.55 | - |
| YUV | 104.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 95 | 0 | 0.35 | 0.31 | 0.46 | 352.5 | 0.21 | 0.44 |
| Hex | 89 | 59 | 5F | 0 | 23 | 1F | 2E | 160 | 15 | 2C |
| Octal | 211 | 131 | 137 | 0 | 43 | 37 | 56 | 540 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1011111 | 0 | 100011 | 11111 | 101110 | 101100000 | 10101 | 101100 |
Color Harmonies of #89595F
Complementary color
Monochromatic Colors of #89595F
Black with #89595F
Text Example
Text Example
White with #89595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89595F; }
p { color: rgb(137,89,95); }
H1.HeaderClassName
{
color: #89595F;
}
.AnyTagClassName
{
color: #89595F;
}
</style>
background-color css
<style>
a { background-color: #89595F; }
a { background-color: rgb(137,89,95); }
div.DivClassName
{
background-color: #89595F;
}
.BgClassName
{
background-color: #89595F;
}
</style>
border-color css
<style>
span { border-color: #89595F; }
span { border-color: rgb(137,89,95); }
td.TdClassName
{
border-color: #89595F;
}
.TagClassName
{
border-color: #89595F;
}
</style>