Shades of Cannon Pink #89525E
Tints of Cannon Pink #89525E
RGB
CMYK
RGB Variations
Color information
#89525E (or 0x89525E) is known color: Cannon Pink. HEX triplet: 89, 52 and 5E. RGB value is (137,82,94). Sum of RGB (Red+Green+Blue) = 137+82+94=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525E is #76ADA1. Grayscale: #636363. Windows color (decimal): -7777698 or 6181513. OLE color: 6181513.
HSL color Cylindrical-coordinate representation of color #89525E: hue angle of 346.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89525E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 94 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.46 |
| HSL | 346.91º | 0.25% | 0.43% | - |
| HSV(B) | 346.91º | 0.4% | 0.54% | - |
| XYZ | 15.35 | 12.16 | 12.13 | - |
| YUV | 99.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 94 | 0 | 0.40 | 0.31 | 0.46 | 346.91 | 0.25 | 0.43 |
| Hex | 89 | 52 | 5E | 0 | 28 | 1F | 2E | 15B | 19 | 2B |
| Octal | 211 | 122 | 136 | 0 | 50 | 37 | 56 | 533 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1011110 | 0 | 101000 | 11111 | 101110 | 101011011 | 11001 | 101011 |
Color Harmonies of #89525E
Complementary color
Monochromatic Colors of #89525E
Black with #89525E
Text Example
Text Example
White with #89525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89525E; }
p { color: rgb(137,82,94); }
H1.HeaderClassName
{
color: #89525E;
}
.AnyTagClassName
{
color: #89525E;
}
</style>
background-color css
<style>
a { background-color: #89525E; }
a { background-color: rgb(137,82,94); }
div.DivClassName
{
background-color: #89525E;
}
.BgClassName
{
background-color: #89525E;
}
</style>
border-color css
<style>
span { border-color: #89525E; }
span { border-color: rgb(137,82,94); }
td.TdClassName
{
border-color: #89525E;
}
.TagClassName
{
border-color: #89525E;
}
</style>