Shades of Cannon Pink #8E516D
Tints of Cannon Pink #8E516D
RGB
CMYK
RGB Variations
Color information
#8E516D (or 0x8E516D) is known color: Cannon Pink. HEX triplet: 8E, 51 and 6D. RGB value is (142,81,109). Sum of RGB (Red+Green+Blue) = 142+81+109=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E516D is #71AE92. Grayscale: #666666. Windows color (decimal): -7450259 or 7164302. OLE color: 7164302.
HSL color Cylindrical-coordinate representation of color #8E516D: hue angle of 332.46º 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 #8E516D is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 109 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.44 |
| HSL | 332.46º | 0.27% | 0.44% | - |
| HSV(B) | 332.46º | 0.43% | 0.56% | - |
| XYZ | 16.86 | 12.74 | 16.04 | - |
| YUV | 102.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 109 | 0 | 0.43 | 0.23 | 0.44 | 332.46 | 0.27 | 0.44 |
| Hex | 8E | 51 | 6D | 0 | 2B | 17 | 2C | 14C | 1B | 2C |
| Octal | 216 | 121 | 155 | 0 | 53 | 27 | 54 | 514 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1101101 | 0 | 101011 | 10111 | 101100 | 101001100 | 11011 | 101100 |
Color Harmonies of #8E516D
Complementary color
Monochromatic Colors of #8E516D
Black with #8E516D
Text Example
Text Example
White with #8E516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E516D; }
p { color: rgb(142,81,109); }
H1.HeaderClassName
{
color: #8E516D;
}
.AnyTagClassName
{
color: #8E516D;
}
</style>
background-color css
<style>
a { background-color: #8E516D; }
a { background-color: rgb(142,81,109); }
div.DivClassName
{
background-color: #8E516D;
}
.BgClassName
{
background-color: #8E516D;
}
</style>
border-color css
<style>
span { border-color: #8E516D; }
span { border-color: rgb(142,81,109); }
td.TdClassName
{
border-color: #8E516D;
}
.TagClassName
{
border-color: #8E516D;
}
</style>