Shades of Cannon Pink #8C5460
Tints of Cannon Pink #8C5460
RGB
CMYK
RGB Variations
Color information
#8C5460 (or 0x8C5460) is known color: Cannon Pink. HEX triplet: 8C, 54 and 60. RGB value is (140,84,96). Sum of RGB (Red+Green+Blue) = 140+84+96=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5460 is #73AB9F. Grayscale: #666666. Windows color (decimal): -7580576 or 6313100. OLE color: 6313100.
HSL color Cylindrical-coordinate representation of color #8C5460: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5460 is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 96 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.45 |
| HSL | 347.14º | 0.25% | 0.44% | - |
| HSV(B) | 347.14º | 0.4% | 0.55% | - |
| XYZ | 16.1 | 12.76 | 12.68 | - |
| YUV | 102.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 96 | 0 | 0.4 | 0.31 | 0.45 | 347.14 | 0.25 | 0.44 |
| Hex | 8C | 54 | 60 | 0 | 28 | 1F | 2D | 15B | 19 | 2C |
| Octal | 214 | 124 | 140 | 0 | 50 | 37 | 55 | 533 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1100000 | 0 | 101000 | 11111 | 101101 | 101011011 | 11001 | 101100 |
Color Harmonies of #8C5460
Complementary color
Monochromatic Colors of #8C5460
Black with #8C5460
Text Example
Text Example
White with #8C5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5460; }
p { color: rgb(140,84,96); }
H1.HeaderClassName
{
color: #8C5460;
}
.AnyTagClassName
{
color: #8C5460;
}
</style>
background-color css
<style>
a { background-color: #8C5460; }
a { background-color: rgb(140,84,96); }
div.DivClassName
{
background-color: #8C5460;
}
.BgClassName
{
background-color: #8C5460;
}
</style>
border-color css
<style>
span { border-color: #8C5460; }
span { border-color: rgb(140,84,96); }
td.TdClassName
{
border-color: #8C5460;
}
.TagClassName
{
border-color: #8C5460;
}
</style>