Shades of Cannon Pink #8D516C
Tints of Cannon Pink #8D516C
RGB
CMYK
RGB Variations
Color information
#8D516C (or 0x8D516C) is known color: Cannon Pink. HEX triplet: 8D, 51 and 6C. RGB value is (141,81,108). Sum of RGB (Red+Green+Blue) = 141+81+108=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D516C is #72AE93. Grayscale: #656565. Windows color (decimal): -7515796 or 7098765. OLE color: 7098765.
HSL color Cylindrical-coordinate representation of color #8D516C: hue angle of 333º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D516C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 108 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.45 |
| HSL | 333º | 0.27% | 0.44% | - |
| HSV(B) | 333º | 0.43% | 0.55% | - |
| XYZ | 16.63 | 12.63 | 15.75 | - |
| YUV | 102.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 108 | 0 | 0.43 | 0.23 | 0.45 | 333 | 0.27 | 0.44 |
| Hex | 8D | 51 | 6C | 0 | 2B | 17 | 2D | 14D | 1B | 2C |
| Octal | 215 | 121 | 154 | 0 | 53 | 27 | 55 | 515 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1101100 | 0 | 101011 | 10111 | 101101 | 101001101 | 11011 | 101100 |
Color Harmonies of #8D516C
Complementary color
Monochromatic Colors of #8D516C
Black with #8D516C
Text Example
Text Example
White with #8D516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D516C; }
p { color: rgb(141,81,108); }
H1.HeaderClassName
{
color: #8D516C;
}
.AnyTagClassName
{
color: #8D516C;
}
</style>
background-color css
<style>
a { background-color: #8D516C; }
a { background-color: rgb(141,81,108); }
div.DivClassName
{
background-color: #8D516C;
}
.BgClassName
{
background-color: #8D516C;
}
</style>
border-color css
<style>
span { border-color: #8D516C; }
span { border-color: rgb(141,81,108); }
td.TdClassName
{
border-color: #8D516C;
}
.TagClassName
{
border-color: #8D516C;
}
</style>