Shades of Cannon Pink #8D506E
Tints of Cannon Pink #8D506E
RGB
CMYK
RGB Variations
Color information
#8D506E (or 0x8D506E) is known color: Cannon Pink. HEX triplet: 8D, 50 and 6E. RGB value is (141,80,110). Sum of RGB (Red+Green+Blue) = 141+80+110=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D506E is #72AF91. Grayscale: #656565. Windows color (decimal): -7516050 or 7229581. OLE color: 7229581.
HSL color Cylindrical-coordinate representation of color #8D506E: hue angle of 330.49º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D506E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 110 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.45 |
| HSL | 330.49º | 0.28% | 0.43% | - |
| HSV(B) | 330.49º | 0.43% | 0.55% | - |
| XYZ | 16.67 | 12.53 | 16.29 | - |
| YUV | 101.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 110 | 0 | 0.43 | 0.22 | 0.45 | 330.49 | 0.28 | 0.43 |
| Hex | 8D | 50 | 6E | 0 | 2B | 16 | 2D | 14A | 1C | 2B |
| Octal | 215 | 120 | 156 | 0 | 53 | 26 | 55 | 512 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1101110 | 0 | 101011 | 10110 | 101101 | 101001010 | 11100 | 101011 |
Color Harmonies of #8D506E
Complementary color
Monochromatic Colors of #8D506E
Black with #8D506E
Text Example
Text Example
White with #8D506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D506E; }
p { color: rgb(141,80,110); }
H1.HeaderClassName
{
color: #8D506E;
}
.AnyTagClassName
{
color: #8D506E;
}
</style>
background-color css
<style>
a { background-color: #8D506E; }
a { background-color: rgb(141,80,110); }
div.DivClassName
{
background-color: #8D506E;
}
.BgClassName
{
background-color: #8D506E;
}
</style>
border-color css
<style>
span { border-color: #8D506E; }
span { border-color: rgb(141,80,110); }
td.TdClassName
{
border-color: #8D506E;
}
.TagClassName
{
border-color: #8D506E;
}
</style>