Shades of Cannon Pink #895672
Tints of Cannon Pink #895672
RGB
CMYK
RGB Variations
Color information
#895672 (or 0x895672) is known color: Cannon Pink. HEX triplet: 89, 56 and 72. RGB value is (137,86,114). Sum of RGB (Red+Green+Blue) = 137+86+114=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895672 is #76A98D. Grayscale: #686868. Windows color (decimal): -7776654 or 7493257. OLE color: 7493257.
HSL color Cylindrical-coordinate representation of color #895672: hue angle of 327.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895672 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 114 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.46 |
| HSL | 327.06º | 0.23% | 0.44% | - |
| HSV(B) | 327.06º | 0.37% | 0.54% | - |
| XYZ | 16.68 | 13.19 | 17.59 | - |
| YUV | 104.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 114 | 0 | 0.37 | 0.17 | 0.46 | 327.06 | 0.23 | 0.44 |
| Hex | 89 | 56 | 72 | 0 | 25 | 11 | 2E | 147 | 17 | 2C |
| Octal | 211 | 126 | 162 | 0 | 45 | 21 | 56 | 507 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1110010 | 0 | 100101 | 10001 | 101110 | 101000111 | 10111 | 101100 |
Color Harmonies of #895672
Complementary color
Monochromatic Colors of #895672
Black with #895672
Text Example
Text Example
White with #895672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895672; }
p { color: rgb(137,86,114); }
H1.HeaderClassName
{
color: #895672;
}
.AnyTagClassName
{
color: #895672;
}
</style>
background-color css
<style>
a { background-color: #895672; }
a { background-color: rgb(137,86,114); }
div.DivClassName
{
background-color: #895672;
}
.BgClassName
{
background-color: #895672;
}
</style>
border-color css
<style>
span { border-color: #895672; }
span { border-color: rgb(137,86,114); }
td.TdClassName
{
border-color: #895672;
}
.TagClassName
{
border-color: #895672;
}
</style>