Shades of Cannon Pink #8E5966
Tints of Cannon Pink #8E5966
RGB
CMYK
RGB Variations
Color information
#8E5966 (or 0x8E5966) is known color: Cannon Pink. HEX triplet: 8E, 59 and 66. RGB value is (142,89,102). Sum of RGB (Red+Green+Blue) = 142+89+102=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5966 is #71A699. Grayscale: #6A6A6A. Windows color (decimal): -7448218 or 6707598. OLE color: 6707598.
HSL color Cylindrical-coordinate representation of color #8E5966: hue angle of 345.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5966 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 102 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.44 |
| HSL | 345.28º | 0.23% | 0.45% | - |
| HSV(B) | 345.28º | 0.37% | 0.56% | - |
| XYZ | 17.13 | 13.85 | 14.34 | - |
| YUV | 106.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 102 | 0 | 0.37 | 0.28 | 0.44 | 345.28 | 0.23 | 0.45 |
| Hex | 8E | 59 | 66 | 0 | 25 | 1C | 2C | 159 | 17 | 2D |
| Octal | 216 | 131 | 146 | 0 | 45 | 34 | 54 | 531 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1100110 | 0 | 100101 | 11100 | 101100 | 101011001 | 10111 | 101101 |
Color Harmonies of #8E5966
Complementary color
Monochromatic Colors of #8E5966
Black with #8E5966
Text Example
Text Example
White with #8E5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5966; }
p { color: rgb(142,89,102); }
H1.HeaderClassName
{
color: #8E5966;
}
.AnyTagClassName
{
color: #8E5966;
}
</style>
background-color css
<style>
a { background-color: #8E5966; }
a { background-color: rgb(142,89,102); }
div.DivClassName
{
background-color: #8E5966;
}
.BgClassName
{
background-color: #8E5966;
}
</style>
border-color css
<style>
span { border-color: #8E5966; }
span { border-color: rgb(142,89,102); }
td.TdClassName
{
border-color: #8E5966;
}
.TagClassName
{
border-color: #8E5966;
}
</style>