Shades of Cannon Pink #8D5867
Tints of Cannon Pink #8D5867
RGB
CMYK
RGB Variations
Color information
#8D5867 (or 0x8D5867) is known color: Cannon Pink. HEX triplet: 8D, 58 and 67. RGB value is (141,88,103). Sum of RGB (Red+Green+Blue) = 141+88+103=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5867 is #72A798. Grayscale: #696969. Windows color (decimal): -7514009 or 6772877. OLE color: 6772877.
HSL color Cylindrical-coordinate representation of color #8D5867: hue angle of 343.02º degrees, saturation: 0.23, 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 #8D5867 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 103 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.45 |
| HSL | 343.02º | 0.23% | 0.45% | - |
| HSV(B) | 343.02º | 0.38% | 0.55% | - |
| XYZ | 16.92 | 13.62 | 14.57 | - |
| YUV | 105.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 103 | 0 | 0.38 | 0.27 | 0.45 | 343.02 | 0.23 | 0.45 |
| Hex | 8D | 58 | 67 | 0 | 26 | 1B | 2D | 157 | 17 | 2D |
| Octal | 215 | 130 | 147 | 0 | 46 | 33 | 55 | 527 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1100111 | 0 | 100110 | 11011 | 101101 | 101010111 | 10111 | 101101 |
Color Harmonies of #8D5867
Complementary color
Monochromatic Colors of #8D5867
Black with #8D5867
Text Example
Text Example
White with #8D5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5867; }
p { color: rgb(141,88,103); }
H1.HeaderClassName
{
color: #8D5867;
}
.AnyTagClassName
{
color: #8D5867;
}
</style>
background-color css
<style>
a { background-color: #8D5867; }
a { background-color: rgb(141,88,103); }
div.DivClassName
{
background-color: #8D5867;
}
.BgClassName
{
background-color: #8D5867;
}
</style>
border-color css
<style>
span { border-color: #8D5867; }
span { border-color: rgb(141,88,103); }
td.TdClassName
{
border-color: #8D5867;
}
.TagClassName
{
border-color: #8D5867;
}
</style>