Shades of Cannon Pink #89525D
Tints of Cannon Pink #89525D
RGB
CMYK
RGB Variations
Color information
#89525D (or 0x89525D) is known color: Cannon Pink. HEX triplet: 89, 52 and 5D. RGB value is (137,82,93). Sum of RGB (Red+Green+Blue) = 137+82+93=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525D is #76ADA2. Grayscale: #636363. Windows color (decimal): -7777699 or 6115977. OLE color: 6115977.
HSL color Cylindrical-coordinate representation of color #89525D: hue angle of 348º 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 #89525D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 93 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.46 |
| HSL | 348º | 0.25% | 0.43% | - |
| HSV(B) | 348º | 0.4% | 0.54% | - |
| XYZ | 15.31 | 12.14 | 11.89 | - |
| YUV | 99.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 93 | 0 | 0.40 | 0.32 | 0.46 | 348 | 0.25 | 0.43 |
| Hex | 89 | 52 | 5D | 0 | 28 | 20 | 2E | 15C | 19 | 2B |
| Octal | 211 | 122 | 135 | 0 | 50 | 40 | 56 | 534 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1011101 | 0 | 101000 | 100000 | 101110 | 101011100 | 11001 | 101011 |
Color Harmonies of #89525D
Complementary color
Monochromatic Colors of #89525D
Black with #89525D
Text Example
Text Example
White with #89525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89525D; }
p { color: rgb(137,82,93); }
H1.HeaderClassName
{
color: #89525D;
}
.AnyTagClassName
{
color: #89525D;
}
</style>
background-color css
<style>
a { background-color: #89525D; }
a { background-color: rgb(137,82,93); }
div.DivClassName
{
background-color: #89525D;
}
.BgClassName
{
background-color: #89525D;
}
</style>
border-color css
<style>
span { border-color: #89525D; }
span { border-color: rgb(137,82,93); }
td.TdClassName
{
border-color: #89525D;
}
.TagClassName
{
border-color: #89525D;
}
</style>