Shades of Cannon Pink #8D5166
Tints of Cannon Pink #8D5166
RGB
CMYK
RGB Variations
Color information
#8D5166 (or 0x8D5166) is known color: Cannon Pink. HEX triplet: 8D, 51 and 66. RGB value is (141,81,102). Sum of RGB (Red+Green+Blue) = 141+81+102=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5166 is #72AE99. Grayscale: #656565. Windows color (decimal): -7515802 or 6705549. OLE color: 6705549.
HSL color Cylindrical-coordinate representation of color #8D5166: hue angle of 339º 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 #8D5166 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 102 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.45 |
| HSL | 339º | 0.27% | 0.44% | - |
| HSV(B) | 339º | 0.43% | 0.55% | - |
| XYZ | 16.33 | 12.51 | 14.12 | - |
| YUV | 101.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 102 | 0 | 0.43 | 0.28 | 0.45 | 339 | 0.27 | 0.44 |
| Hex | 8D | 51 | 66 | 0 | 2B | 1C | 2D | 153 | 1B | 2C |
| Octal | 215 | 121 | 146 | 0 | 53 | 34 | 55 | 523 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1100110 | 0 | 101011 | 11100 | 101101 | 101010011 | 11011 | 101100 |
Color Harmonies of #8D5166
Complementary color
Monochromatic Colors of #8D5166
Black with #8D5166
Text Example
Text Example
White with #8D5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5166; }
p { color: rgb(141,81,102); }
H1.HeaderClassName
{
color: #8D5166;
}
.AnyTagClassName
{
color: #8D5166;
}
</style>
background-color css
<style>
a { background-color: #8D5166; }
a { background-color: rgb(141,81,102); }
div.DivClassName
{
background-color: #8D5166;
}
.BgClassName
{
background-color: #8D5166;
}
</style>
border-color css
<style>
span { border-color: #8D5166; }
span { border-color: rgb(141,81,102); }
td.TdClassName
{
border-color: #8D5166;
}
.TagClassName
{
border-color: #8D5166;
}
</style>