Shades of Cannon Pink #8D5271
Tints of Cannon Pink #8D5271
RGB
CMYK
RGB Variations
Color information
#8D5271 (or 0x8D5271) is known color: Cannon Pink. HEX triplet: 8D, 52 and 71. RGB value is (141,82,113). Sum of RGB (Red+Green+Blue) = 141+82+113=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5271 is #72AD8E. Grayscale: #676767. Windows color (decimal): -7515535 or 7426701. OLE color: 7426701.
HSL color Cylindrical-coordinate representation of color #8D5271: hue angle of 328.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5271 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 113 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.45 |
| HSL | 328.47º | 0.26% | 0.44% | - |
| HSV(B) | 328.47º | 0.42% | 0.55% | - |
| XYZ | 16.98 | 12.89 | 17.22 | - |
| YUV | 103.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 113 | 0 | 0.42 | 0.20 | 0.45 | 328.47 | 0.26 | 0.44 |
| Hex | 8D | 52 | 71 | 0 | 2A | 14 | 2D | 148 | 1A | 2C |
| Octal | 215 | 122 | 161 | 0 | 52 | 24 | 55 | 510 | 32 | 54 |
| Binary | 10001101 | 1010010 | 1110001 | 0 | 101010 | 10100 | 101101 | 101001000 | 11010 | 101100 |
Color Harmonies of #8D5271
Complementary color
Monochromatic Colors of #8D5271
Black with #8D5271
Text Example
Text Example
White with #8D5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5271; }
p { color: rgb(141,82,113); }
H1.HeaderClassName
{
color: #8D5271;
}
.AnyTagClassName
{
color: #8D5271;
}
</style>
background-color css
<style>
a { background-color: #8D5271; }
a { background-color: rgb(141,82,113); }
div.DivClassName
{
background-color: #8D5271;
}
.BgClassName
{
background-color: #8D5271;
}
</style>
border-color css
<style>
span { border-color: #8D5271; }
span { border-color: rgb(141,82,113); }
td.TdClassName
{
border-color: #8D5271;
}
.TagClassName
{
border-color: #8D5271;
}
</style>