Shades of Cannon Pink #895867
Tints of Cannon Pink #895867
RGB
CMYK
RGB Variations
Color information
#895867 (or 0x895867) is known color: Cannon Pink. HEX triplet: 89, 58 and 67. RGB value is (137,88,103). Sum of RGB (Red+Green+Blue) = 137+88+103=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895867 is #76A798. Grayscale: #686868. Windows color (decimal): -7776153 or 6772873. OLE color: 6772873.
HSL color Cylindrical-coordinate representation of color #895867: hue angle of 341.63º 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 #895867 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 103 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.46 |
| HSL | 341.63º | 0.22% | 0.44% | - |
| HSV(B) | 341.63º | 0.36% | 0.54% | - |
| XYZ | 16.25 | 13.28 | 14.54 | - |
| YUV | 104.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 103 | 0 | 0.36 | 0.25 | 0.46 | 341.63 | 0.22 | 0.44 |
| Hex | 89 | 58 | 67 | 0 | 24 | 19 | 2E | 156 | 16 | 2C |
| Octal | 211 | 130 | 147 | 0 | 44 | 31 | 56 | 526 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1100111 | 0 | 100100 | 11001 | 101110 | 101010110 | 10110 | 101100 |
Color Harmonies of #895867
Complementary color
Monochromatic Colors of #895867
Black with #895867
Text Example
Text Example
White with #895867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895867; }
p { color: rgb(137,88,103); }
H1.HeaderClassName
{
color: #895867;
}
.AnyTagClassName
{
color: #895867;
}
</style>
background-color css
<style>
a { background-color: #895867; }
a { background-color: rgb(137,88,103); }
div.DivClassName
{
background-color: #895867;
}
.BgClassName
{
background-color: #895867;
}
</style>
border-color css
<style>
span { border-color: #895867; }
span { border-color: rgb(137,88,103); }
td.TdClassName
{
border-color: #895867;
}
.TagClassName
{
border-color: #895867;
}
</style>