Shades of Cannon Pink #8E5666
Tints of Cannon Pink #8E5666
RGB
CMYK
RGB Variations
Color information
#8E5666 (or 0x8E5666) is known color: Cannon Pink. HEX triplet: 8E, 56 and 66. RGB value is (142,86,102). Sum of RGB (Red+Green+Blue) = 142+86+102=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5666 is #71A999. Grayscale: #686868. Windows color (decimal): -7448986 or 6706830. OLE color: 6706830.
HSL color Cylindrical-coordinate representation of color #8E5666: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5666 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 102 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.44 |
| HSL | 342.86º | 0.25% | 0.45% | - |
| HSV(B) | 342.86º | 0.39% | 0.56% | - |
| XYZ | 16.88 | 13.37 | 14.26 | - |
| YUV | 104.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 102 | 0 | 0.39 | 0.28 | 0.44 | 342.86 | 0.25 | 0.45 |
| Hex | 8E | 56 | 66 | 0 | 27 | 1C | 2C | 157 | 19 | 2D |
| Octal | 216 | 126 | 146 | 0 | 47 | 34 | 54 | 527 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1100110 | 0 | 100111 | 11100 | 101100 | 101010111 | 11001 | 101101 |
Color Harmonies of #8E5666
Complementary color
Monochromatic Colors of #8E5666
Black with #8E5666
Text Example
Text Example
White with #8E5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5666; }
p { color: rgb(142,86,102); }
H1.HeaderClassName
{
color: #8E5666;
}
.AnyTagClassName
{
color: #8E5666;
}
</style>
background-color css
<style>
a { background-color: #8E5666; }
a { background-color: rgb(142,86,102); }
div.DivClassName
{
background-color: #8E5666;
}
.BgClassName
{
background-color: #8E5666;
}
</style>
border-color css
<style>
span { border-color: #8E5666; }
span { border-color: rgb(142,86,102); }
td.TdClassName
{
border-color: #8E5666;
}
.TagClassName
{
border-color: #8E5666;
}
</style>