Shades of Cannon Pink #8E516C
Tints of Cannon Pink #8E516C
RGB
CMYK
RGB Variations
Color information
#8E516C (or 0x8E516C) is known color: Cannon Pink. HEX triplet: 8E, 51 and 6C. RGB value is (142,81,108). Sum of RGB (Red+Green+Blue) = 142+81+108=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E516C is #71AE93. Grayscale: #666666. Windows color (decimal): -7450260 or 7098766. OLE color: 7098766.
HSL color Cylindrical-coordinate representation of color #8E516C: hue angle of 333.44º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E516C is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 108 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.44 |
| HSL | 333.44º | 0.27% | 0.44% | - |
| HSV(B) | 333.44º | 0.43% | 0.56% | - |
| XYZ | 16.8 | 12.72 | 15.76 | - |
| YUV | 102.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 108 | 0 | 0.43 | 0.24 | 0.44 | 333.44 | 0.27 | 0.44 |
| Hex | 8E | 51 | 6C | 0 | 2B | 18 | 2C | 14D | 1B | 2C |
| Octal | 216 | 121 | 154 | 0 | 53 | 30 | 54 | 515 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1101100 | 0 | 101011 | 11000 | 101100 | 101001101 | 11011 | 101100 |
Color Harmonies of #8E516C
Complementary color
Monochromatic Colors of #8E516C
Black with #8E516C
Text Example
Text Example
White with #8E516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E516C; }
p { color: rgb(142,81,108); }
H1.HeaderClassName
{
color: #8E516C;
}
.AnyTagClassName
{
color: #8E516C;
}
</style>
background-color css
<style>
a { background-color: #8E516C; }
a { background-color: rgb(142,81,108); }
div.DivClassName
{
background-color: #8E516C;
}
.BgClassName
{
background-color: #8E516C;
}
</style>
border-color css
<style>
span { border-color: #8E516C; }
span { border-color: rgb(142,81,108); }
td.TdClassName
{
border-color: #8E516C;
}
.TagClassName
{
border-color: #8E516C;
}
</style>