Shades of Cannon Pink #895863
Tints of Cannon Pink #895863
RGB
CMYK
RGB Variations
Color information
#895863 (or 0x895863) is known color: Cannon Pink. HEX triplet: 89, 58 and 63. RGB value is (137,88,99). Sum of RGB (Red+Green+Blue) = 137+88+99=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #895863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895863 is #76A79C. Grayscale: #676767. Windows color (decimal): -7776157 or 6510729. OLE color: 6510729.
HSL color Cylindrical-coordinate representation of color #895863: hue angle of 346.53º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895863 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 99 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.46 |
| HSL | 346.53º | 0.22% | 0.44% | - |
| HSV(B) | 346.53º | 0.36% | 0.54% | - |
| XYZ | 16.06 | 13.2 | 13.51 | - |
| YUV | 103.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 99 | 0 | 0.36 | 0.28 | 0.46 | 346.53 | 0.22 | 0.44 |
| Hex | 89 | 58 | 63 | 0 | 24 | 1C | 2E | 15B | 16 | 2C |
| Octal | 211 | 130 | 143 | 0 | 44 | 34 | 56 | 533 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1100011 | 0 | 100100 | 11100 | 101110 | 101011011 | 10110 | 101100 |
Color Harmonies of #895863
Complementary color
Monochromatic Colors of #895863
Black with #895863
Text Example
Text Example
White with #895863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895863; }
p { color: rgb(137,88,99); }
H1.HeaderClassName
{
color: #895863;
}
.AnyTagClassName
{
color: #895863;
}
</style>
background-color css
<style>
a { background-color: #895863; }
a { background-color: rgb(137,88,99); }
div.DivClassName
{
background-color: #895863;
}
.BgClassName
{
background-color: #895863;
}
</style>
border-color css
<style>
span { border-color: #895863; }
span { border-color: rgb(137,88,99); }
td.TdClassName
{
border-color: #895863;
}
.TagClassName
{
border-color: #895863;
}
</style>