Shades of Cannon Pink #8E466E
Tints of Cannon Pink #8E466E
RGB
CMYK
RGB Variations
Color information
#8E466E (or 0x8E466E) is known color: Cannon Pink. HEX triplet: 8E, 46 and 6E. RGB value is (142,70,110). Sum of RGB (Red+Green+Blue) = 142+70+110=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E466E is #71B991. Grayscale: #606060. Windows color (decimal): -7453074 or 7227022. OLE color: 7227022.
HSL color Cylindrical-coordinate representation of color #8E466E: hue angle of 326.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E466E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 110 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.44 |
| HSL | 326.67º | 0.34% | 0.42% | - |
| HSV(B) | 326.67º | 0.51% | 0.56% | - |
| XYZ | 16.16 | 11.26 | 16.07 | - |
| YUV | 96.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 110 | 0 | 0.51 | 0.23 | 0.44 | 326.67 | 0.34 | 0.42 |
| Hex | 8E | 46 | 6E | 0 | 33 | 17 | 2C | 147 | 22 | 2A |
| Octal | 216 | 106 | 156 | 0 | 63 | 27 | 54 | 507 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1101110 | 0 | 110011 | 10111 | 101100 | 101000111 | 100010 | 101010 |
Color Harmonies of #8E466E
Complementary color
Monochromatic Colors of #8E466E
Black with #8E466E
Text Example
Text Example
White with #8E466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E466E; }
p { color: rgb(142,70,110); }
H1.HeaderClassName
{
color: #8E466E;
}
.AnyTagClassName
{
color: #8E466E;
}
</style>
background-color css
<style>
a { background-color: #8E466E; }
a { background-color: rgb(142,70,110); }
div.DivClassName
{
background-color: #8E466E;
}
.BgClassName
{
background-color: #8E466E;
}
</style>
border-color css
<style>
span { border-color: #8E466E; }
span { border-color: rgb(142,70,110); }
td.TdClassName
{
border-color: #8E466E;
}
.TagClassName
{
border-color: #8E466E;
}
</style>