Shades of Cannon Pink #8D5069
Tints of Cannon Pink #8D5069
RGB
CMYK
RGB Variations
Color information
#8D5069 (or 0x8D5069) is known color: Cannon Pink. HEX triplet: 8D, 50 and 69. RGB value is (141,80,105). Sum of RGB (Red+Green+Blue) = 141+80+105=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5069 is #72AF96. Grayscale: #656565. Windows color (decimal): -7516055 or 6901901. OLE color: 6901901.
HSL color Cylindrical-coordinate representation of color #8D5069: hue angle of 335.41º 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 #8D5069 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 105 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.45 |
| HSL | 335.41º | 0.28% | 0.43% | - |
| HSV(B) | 335.41º | 0.43% | 0.55% | - |
| XYZ | 16.4 | 12.42 | 14.9 | - |
| YUV | 101.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 105 | 0 | 0.43 | 0.26 | 0.45 | 335.41 | 0.28 | 0.43 |
| Hex | 8D | 50 | 69 | 0 | 2B | 1A | 2D | 14F | 1C | 2B |
| Octal | 215 | 120 | 151 | 0 | 53 | 32 | 55 | 517 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1101001 | 0 | 101011 | 11010 | 101101 | 101001111 | 11100 | 101011 |
Color Harmonies of #8D5069
Complementary color
Monochromatic Colors of #8D5069
Black with #8D5069
Text Example
Text Example
White with #8D5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5069; }
p { color: rgb(141,80,105); }
H1.HeaderClassName
{
color: #8D5069;
}
.AnyTagClassName
{
color: #8D5069;
}
</style>
background-color css
<style>
a { background-color: #8D5069; }
a { background-color: rgb(141,80,105); }
div.DivClassName
{
background-color: #8D5069;
}
.BgClassName
{
background-color: #8D5069;
}
</style>
border-color css
<style>
span { border-color: #8D5069; }
span { border-color: rgb(141,80,105); }
td.TdClassName
{
border-color: #8D5069;
}
.TagClassName
{
border-color: #8D5069;
}
</style>