Shades of Cannon Pink #8D5769
Tints of Cannon Pink #8D5769
RGB
CMYK
RGB Variations
Color information
#8D5769 (or 0x8D5769) is known color: Cannon Pink. HEX triplet: 8D, 57 and 69. RGB value is (141,87,105). Sum of RGB (Red+Green+Blue) = 141+87+105=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5769 is #72A896. Grayscale: #696969. Windows color (decimal): -7514263 or 6903693. OLE color: 6903693.
HSL color Cylindrical-coordinate representation of color #8D5769: hue angle of 340º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5769 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 105 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.45 |
| HSL | 340º | 0.24% | 0.45% | - |
| HSV(B) | 340º | 0.38% | 0.55% | - |
| XYZ | 16.94 | 13.5 | 15.08 | - |
| YUV | 105.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 105 | 0 | 0.38 | 0.26 | 0.45 | 340 | 0.24 | 0.45 |
| Hex | 8D | 57 | 69 | 0 | 26 | 1A | 2D | 154 | 18 | 2D |
| Octal | 215 | 127 | 151 | 0 | 46 | 32 | 55 | 524 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1101001 | 0 | 100110 | 11010 | 101101 | 101010100 | 11000 | 101101 |
Color Harmonies of #8D5769
Complementary color
Monochromatic Colors of #8D5769
Black with #8D5769
Text Example
Text Example
White with #8D5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5769; }
p { color: rgb(141,87,105); }
H1.HeaderClassName
{
color: #8D5769;
}
.AnyTagClassName
{
color: #8D5769;
}
</style>
background-color css
<style>
a { background-color: #8D5769; }
a { background-color: rgb(141,87,105); }
div.DivClassName
{
background-color: #8D5769;
}
.BgClassName
{
background-color: #8D5769;
}
</style>
border-color css
<style>
span { border-color: #8D5769; }
span { border-color: rgb(141,87,105); }
td.TdClassName
{
border-color: #8D5769;
}
.TagClassName
{
border-color: #8D5769;
}
</style>