Shades of Cannon Pink #8D5869
Tints of Cannon Pink #8D5869
RGB
CMYK
RGB Variations
Color information
#8D5869 (or 0x8D5869) is known color: Cannon Pink. HEX triplet: 8D, 58 and 69. RGB value is (141,88,105). Sum of RGB (Red+Green+Blue) = 141+88+105=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5869 is #72A796. Grayscale: #696969. Windows color (decimal): -7514007 or 6903949. OLE color: 6903949.
HSL color Cylindrical-coordinate representation of color #8D5869: hue angle of 340.75º 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 #8D5869 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 105 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.45 |
| HSL | 340.75º | 0.23% | 0.45% | - |
| HSV(B) | 340.75º | 0.38% | 0.55% | - |
| XYZ | 17.02 | 13.66 | 15.1 | - |
| YUV | 105.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 105 | 0 | 0.38 | 0.26 | 0.45 | 340.75 | 0.23 | 0.45 |
| Hex | 8D | 58 | 69 | 0 | 26 | 1A | 2D | 155 | 17 | 2D |
| Octal | 215 | 130 | 151 | 0 | 46 | 32 | 55 | 525 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1101001 | 0 | 100110 | 11010 | 101101 | 101010101 | 10111 | 101101 |
Color Harmonies of #8D5869
Complementary color
Monochromatic Colors of #8D5869
Black with #8D5869
Text Example
Text Example
White with #8D5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5869; }
p { color: rgb(141,88,105); }
H1.HeaderClassName
{
color: #8D5869;
}
.AnyTagClassName
{
color: #8D5869;
}
</style>
background-color css
<style>
a { background-color: #8D5869; }
a { background-color: rgb(141,88,105); }
div.DivClassName
{
background-color: #8D5869;
}
.BgClassName
{
background-color: #8D5869;
}
</style>
border-color css
<style>
span { border-color: #8D5869; }
span { border-color: rgb(141,88,105); }
td.TdClassName
{
border-color: #8D5869;
}
.TagClassName
{
border-color: #8D5869;
}
</style>