Shades of Cannon Pink #895063
Tints of Cannon Pink #895063
RGB
CMYK
RGB Variations
Color information
#895063 (or 0x895063) is known color: Cannon Pink. HEX triplet: 89, 50 and 63. RGB value is (137,80,99). Sum of RGB (Red+Green+Blue) = 137+80+99=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895063 is #76AF9C. Grayscale: #636363. Windows color (decimal): -7778205 or 6508681. OLE color: 6508681.
HSL color Cylindrical-coordinate representation of color #895063: hue angle of 340º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895063 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 99 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.46 |
| HSL | 340º | 0.26% | 0.43% | - |
| HSV(B) | 340º | 0.42% | 0.54% | - |
| XYZ | 15.44 | 11.96 | 13.3 | - |
| YUV | 99.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 99 | 0 | 0.42 | 0.28 | 0.46 | 340 | 0.26 | 0.43 |
| Hex | 89 | 50 | 63 | 0 | 2A | 1C | 2E | 154 | 1A | 2B |
| Octal | 211 | 120 | 143 | 0 | 52 | 34 | 56 | 524 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1100011 | 0 | 101010 | 11100 | 101110 | 101010100 | 11010 | 101011 |
Color Harmonies of #895063
Complementary color
Monochromatic Colors of #895063
Black with #895063
Text Example
Text Example
White with #895063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895063; }
p { color: rgb(137,80,99); }
H1.HeaderClassName
{
color: #895063;
}
.AnyTagClassName
{
color: #895063;
}
</style>
background-color css
<style>
a { background-color: #895063; }
a { background-color: rgb(137,80,99); }
div.DivClassName
{
background-color: #895063;
}
.BgClassName
{
background-color: #895063;
}
</style>
border-color css
<style>
span { border-color: #895063; }
span { border-color: rgb(137,80,99); }
td.TdClassName
{
border-color: #895063;
}
.TagClassName
{
border-color: #895063;
}
</style>