Shades of Cannon Pink #8D5868
Tints of Cannon Pink #8D5868
RGB
CMYK
RGB Variations
Color information
#8D5868 (or 0x8D5868) is known color: Cannon Pink. HEX triplet: 8D, 58 and 68. RGB value is (141,88,104). Sum of RGB (Red+Green+Blue) = 141+88+104=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5868 is #72A797. Grayscale: #696969. Windows color (decimal): -7514008 or 6838413. OLE color: 6838413.
HSL color Cylindrical-coordinate representation of color #8D5868: hue angle of 341.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5868 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 104 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.45 |
| HSL | 341.89º | 0.23% | 0.45% | - |
| HSV(B) | 341.89º | 0.38% | 0.55% | - |
| XYZ | 16.97 | 13.64 | 14.84 | - |
| YUV | 105.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 104 | 0 | 0.38 | 0.26 | 0.45 | 341.89 | 0.23 | 0.45 |
| Hex | 8D | 58 | 68 | 0 | 26 | 1A | 2D | 156 | 17 | 2D |
| Octal | 215 | 130 | 150 | 0 | 46 | 32 | 55 | 526 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1101000 | 0 | 100110 | 11010 | 101101 | 101010110 | 10111 | 101101 |
Color Harmonies of #8D5868
Complementary color
Monochromatic Colors of #8D5868
Black with #8D5868
Text Example
Text Example
White with #8D5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5868; }
p { color: rgb(141,88,104); }
H1.HeaderClassName
{
color: #8D5868;
}
.AnyTagClassName
{
color: #8D5868;
}
</style>
background-color css
<style>
a { background-color: #8D5868; }
a { background-color: rgb(141,88,104); }
div.DivClassName
{
background-color: #8D5868;
}
.BgClassName
{
background-color: #8D5868;
}
</style>
border-color css
<style>
span { border-color: #8D5868; }
span { border-color: rgb(141,88,104); }
td.TdClassName
{
border-color: #8D5868;
}
.TagClassName
{
border-color: #8D5868;
}
</style>