Shades of Cannon Pink #8D586A
Tints of Cannon Pink #8D586A
RGB
CMYK
RGB Variations
Color information
#8D586A (or 0x8D586A) is known color: Cannon Pink. HEX triplet: 8D, 58 and 6A. RGB value is (141,88,106). Sum of RGB (Red+Green+Blue) = 141+88+106=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D586A is #72A795. Grayscale: #696969. Windows color (decimal): -7514006 or 6969485. OLE color: 6969485.
HSL color Cylindrical-coordinate representation of color #8D586A: hue angle of 339.62º 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 #8D586A is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 106 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.45 |
| HSL | 339.62º | 0.23% | 0.45% | - |
| HSV(B) | 339.62º | 0.38% | 0.55% | - |
| XYZ | 17.08 | 13.68 | 15.38 | - |
| YUV | 105.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 106 | 0 | 0.38 | 0.25 | 0.45 | 339.62 | 0.23 | 0.45 |
| Hex | 8D | 58 | 6A | 0 | 26 | 19 | 2D | 154 | 17 | 2D |
| Octal | 215 | 130 | 152 | 0 | 46 | 31 | 55 | 524 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1101010 | 0 | 100110 | 11001 | 101101 | 101010100 | 10111 | 101101 |
Color Harmonies of #8D586A
Complementary color
Monochromatic Colors of #8D586A
Black with #8D586A
Text Example
Text Example
White with #8D586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D586A; }
p { color: rgb(141,88,106); }
H1.HeaderClassName
{
color: #8D586A;
}
.AnyTagClassName
{
color: #8D586A;
}
</style>
background-color css
<style>
a { background-color: #8D586A; }
a { background-color: rgb(141,88,106); }
div.DivClassName
{
background-color: #8D586A;
}
.BgClassName
{
background-color: #8D586A;
}
</style>
border-color css
<style>
span { border-color: #8D586A; }
span { border-color: rgb(141,88,106); }
td.TdClassName
{
border-color: #8D586A;
}
.TagClassName
{
border-color: #8D586A;
}
</style>