Shades of Cannon Pink #8E5260
Tints of Cannon Pink #8E5260
RGB
CMYK
RGB Variations
Color information
#8E5260 (or 0x8E5260) is known color: Cannon Pink. HEX triplet: 8E, 52 and 60. RGB value is (142,82,96). Sum of RGB (Red+Green+Blue) = 142+82+96=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5260 is #71AD9F. Grayscale: #656565. Windows color (decimal): -7450016 or 6312590. OLE color: 6312590.
HSL color Cylindrical-coordinate representation of color #8E5260: hue angle of 346º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5260 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 96 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.44 |
| HSL | 346º | 0.27% | 0.44% | - |
| HSV(B) | 346º | 0.42% | 0.56% | - |
| XYZ | 16.28 | 12.63 | 12.65 | - |
| YUV | 101.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 96 | 0 | 0.42 | 0.32 | 0.44 | 346 | 0.27 | 0.44 |
| Hex | 8E | 52 | 60 | 0 | 2A | 20 | 2C | 15A | 1B | 2C |
| Octal | 216 | 122 | 140 | 0 | 52 | 40 | 54 | 532 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1100000 | 0 | 101010 | 100000 | 101100 | 101011010 | 11011 | 101100 |
Color Harmonies of #8E5260
Complementary color
Monochromatic Colors of #8E5260
Black with #8E5260
Text Example
Text Example
White with #8E5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5260; }
p { color: rgb(142,82,96); }
H1.HeaderClassName
{
color: #8E5260;
}
.AnyTagClassName
{
color: #8E5260;
}
</style>
background-color css
<style>
a { background-color: #8E5260; }
a { background-color: rgb(142,82,96); }
div.DivClassName
{
background-color: #8E5260;
}
.BgClassName
{
background-color: #8E5260;
}
</style>
border-color css
<style>
span { border-color: #8E5260; }
span { border-color: rgb(142,82,96); }
td.TdClassName
{
border-color: #8E5260;
}
.TagClassName
{
border-color: #8E5260;
}
</style>