Shades of Cannon Pink #8E515F
Tints of Cannon Pink #8E515F
RGB
CMYK
RGB Variations
Color information
#8E515F (or 0x8E515F) is known color: Cannon Pink. HEX triplet: 8E, 51 and 5F. RGB value is (142,81,95). Sum of RGB (Red+Green+Blue) = 142+81+95=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E515F is #71AEA0. Grayscale: #646464. Windows color (decimal): -7450273 or 6246798. OLE color: 6246798.
HSL color Cylindrical-coordinate representation of color #8E515F: hue angle of 346.23º 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 #8E515F is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 95 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.44 |
| HSL | 346.23º | 0.27% | 0.44% | - |
| HSV(B) | 346.23º | 0.43% | 0.56% | - |
| XYZ | 16.16 | 12.46 | 12.38 | - |
| YUV | 100.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 95 | 0 | 0.43 | 0.33 | 0.44 | 346.23 | 0.27 | 0.44 |
| Hex | 8E | 51 | 5F | 0 | 2B | 21 | 2C | 15A | 1B | 2C |
| Octal | 216 | 121 | 137 | 0 | 53 | 41 | 54 | 532 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1011111 | 0 | 101011 | 100001 | 101100 | 101011010 | 11011 | 101100 |
Color Harmonies of #8E515F
Complementary color
Monochromatic Colors of #8E515F
Black with #8E515F
Text Example
Text Example
White with #8E515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E515F; }
p { color: rgb(142,81,95); }
H1.HeaderClassName
{
color: #8E515F;
}
.AnyTagClassName
{
color: #8E515F;
}
</style>
background-color css
<style>
a { background-color: #8E515F; }
a { background-color: rgb(142,81,95); }
div.DivClassName
{
background-color: #8E515F;
}
.BgClassName
{
background-color: #8E515F;
}
</style>
border-color css
<style>
span { border-color: #8E515F; }
span { border-color: rgb(142,81,95); }
td.TdClassName
{
border-color: #8E515F;
}
.TagClassName
{
border-color: #8E515F;
}
</style>