Shades of Cannon Pink #8E516B
Tints of Cannon Pink #8E516B
RGB
CMYK
RGB Variations
Color information
#8E516B (or 0x8E516B) is known color: Cannon Pink. HEX triplet: 8E, 51 and 6B. RGB value is (142,81,107). Sum of RGB (Red+Green+Blue) = 142+81+107=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E516B is #71AE94. Grayscale: #666666. Windows color (decimal): -7450261 or 7033230. OLE color: 7033230.
HSL color Cylindrical-coordinate representation of color #8E516B: hue angle of 334.43º 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 #8E516B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 107 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.44 |
| HSL | 334.43º | 0.27% | 0.44% | - |
| HSV(B) | 334.43º | 0.43% | 0.56% | - |
| XYZ | 16.75 | 12.7 | 15.48 | - |
| YUV | 102.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 107 | 0 | 0.43 | 0.25 | 0.44 | 334.43 | 0.27 | 0.44 |
| Hex | 8E | 51 | 6B | 0 | 2B | 19 | 2C | 14E | 1B | 2C |
| Octal | 216 | 121 | 153 | 0 | 53 | 31 | 54 | 516 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1101011 | 0 | 101011 | 11001 | 101100 | 101001110 | 11011 | 101100 |
Color Harmonies of #8E516B
Complementary color
Monochromatic Colors of #8E516B
Black with #8E516B
Text Example
Text Example
White with #8E516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E516B; }
p { color: rgb(142,81,107); }
H1.HeaderClassName
{
color: #8E516B;
}
.AnyTagClassName
{
color: #8E516B;
}
</style>
background-color css
<style>
a { background-color: #8E516B; }
a { background-color: rgb(142,81,107); }
div.DivClassName
{
background-color: #8E516B;
}
.BgClassName
{
background-color: #8E516B;
}
</style>
border-color css
<style>
span { border-color: #8E516B; }
span { border-color: rgb(142,81,107); }
td.TdClassName
{
border-color: #8E516B;
}
.TagClassName
{
border-color: #8E516B;
}
</style>