Shades of Cannon Pink #8D5965
Tints of Cannon Pink #8D5965
RGB
CMYK
RGB Variations
Color information
#8D5965 (or 0x8D5965) is known color: Cannon Pink. HEX triplet: 8D, 59 and 65. RGB value is (141,89,101). Sum of RGB (Red+Green+Blue) = 141+89+101=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5965 is #72A69A. Grayscale: #696969. Windows color (decimal): -7513755 or 6642061. OLE color: 6642061.
HSL color Cylindrical-coordinate representation of color #8D5965: hue angle of 346.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D5965 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 101 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.45 |
| HSL | 346.15º | 0.23% | 0.45% | - |
| HSV(B) | 346.15º | 0.37% | 0.55% | - |
| XYZ | 16.91 | 13.75 | 14.07 | - |
| YUV | 105.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 101 | 0 | 0.37 | 0.28 | 0.45 | 346.15 | 0.23 | 0.45 |
| Hex | 8D | 59 | 65 | 0 | 25 | 1C | 2D | 15A | 17 | 2D |
| Octal | 215 | 131 | 145 | 0 | 45 | 34 | 55 | 532 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1100101 | 0 | 100101 | 11100 | 101101 | 101011010 | 10111 | 101101 |
Color Harmonies of #8D5965
Complementary color
Monochromatic Colors of #8D5965
Black with #8D5965
Text Example
Text Example
White with #8D5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5965; }
p { color: rgb(141,89,101); }
H1.HeaderClassName
{
color: #8D5965;
}
.AnyTagClassName
{
color: #8D5965;
}
</style>
background-color css
<style>
a { background-color: #8D5965; }
a { background-color: rgb(141,89,101); }
div.DivClassName
{
background-color: #8D5965;
}
.BgClassName
{
background-color: #8D5965;
}
</style>
border-color css
<style>
span { border-color: #8D5965; }
span { border-color: rgb(141,89,101); }
td.TdClassName
{
border-color: #8D5965;
}
.TagClassName
{
border-color: #8D5965;
}
</style>