Shades of Cannon Pink #8D506C
Tints of Cannon Pink #8D506C
RGB
CMYK
RGB Variations
Color information
#8D506C (or 0x8D506C) is known color: Cannon Pink. HEX triplet: 8D, 50 and 6C. RGB value is (141,80,108). Sum of RGB (Red+Green+Blue) = 141+80+108=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D506C is #72AF93. Grayscale: #656565. Windows color (decimal): -7516052 or 7098509. OLE color: 7098509.
HSL color Cylindrical-coordinate representation of color #8D506C: hue angle of 332.46º 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 #8D506C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 108 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.45 |
| HSL | 332.46º | 0.28% | 0.43% | - |
| HSV(B) | 332.46º | 0.43% | 0.55% | - |
| XYZ | 16.56 | 12.48 | 15.72 | - |
| YUV | 101.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 108 | 0 | 0.43 | 0.23 | 0.45 | 332.46 | 0.28 | 0.43 |
| Hex | 8D | 50 | 6C | 0 | 2B | 17 | 2D | 14C | 1C | 2B |
| Octal | 215 | 120 | 154 | 0 | 53 | 27 | 55 | 514 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1101100 | 0 | 101011 | 10111 | 101101 | 101001100 | 11100 | 101011 |
Color Harmonies of #8D506C
Complementary color
Monochromatic Colors of #8D506C
Black with #8D506C
Text Example
Text Example
White with #8D506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D506C; }
p { color: rgb(141,80,108); }
H1.HeaderClassName
{
color: #8D506C;
}
.AnyTagClassName
{
color: #8D506C;
}
</style>
background-color css
<style>
a { background-color: #8D506C; }
a { background-color: rgb(141,80,108); }
div.DivClassName
{
background-color: #8D506C;
}
.BgClassName
{
background-color: #8D506C;
}
</style>
border-color css
<style>
span { border-color: #8D506C; }
span { border-color: rgb(141,80,108); }
td.TdClassName
{
border-color: #8D506C;
}
.TagClassName
{
border-color: #8D506C;
}
</style>