Shades of Cannon Pink #8D5172
Tints of Cannon Pink #8D5172
RGB
CMYK
RGB Variations
Color information
#8D5172 (or 0x8D5172) is known color: Cannon Pink. HEX triplet: 8D, 51 and 72. RGB value is (141,81,114). Sum of RGB (Red+Green+Blue) = 141+81+114=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5172 is #72AE8D. Grayscale: #666666. Windows color (decimal): -7515790 or 7491981. OLE color: 7491981.
HSL color Cylindrical-coordinate representation of color #8D5172: hue angle of 327º 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 #8D5172 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 114 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.45 |
| HSL | 327º | 0.27% | 0.44% | - |
| HSV(B) | 327º | 0.43% | 0.55% | - |
| XYZ | 16.96 | 12.76 | 17.49 | - |
| YUV | 102.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 114 | 0 | 0.43 | 0.19 | 0.45 | 327 | 0.27 | 0.44 |
| Hex | 8D | 51 | 72 | 0 | 2B | 13 | 2D | 147 | 1B | 2C |
| Octal | 215 | 121 | 162 | 0 | 53 | 23 | 55 | 507 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1110010 | 0 | 101011 | 10011 | 101101 | 101000111 | 11011 | 101100 |
Color Harmonies of #8D5172
Complementary color
Monochromatic Colors of #8D5172
Black with #8D5172
Text Example
Text Example
White with #8D5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5172; }
p { color: rgb(141,81,114); }
H1.HeaderClassName
{
color: #8D5172;
}
.AnyTagClassName
{
color: #8D5172;
}
</style>
background-color css
<style>
a { background-color: #8D5172; }
a { background-color: rgb(141,81,114); }
div.DivClassName
{
background-color: #8D5172;
}
.BgClassName
{
background-color: #8D5172;
}
</style>
border-color css
<style>
span { border-color: #8D5172; }
span { border-color: rgb(141,81,114); }
td.TdClassName
{
border-color: #8D5172;
}
.TagClassName
{
border-color: #8D5172;
}
</style>