Shades of Cannon Pink #8D566C
Tints of Cannon Pink #8D566C
RGB
CMYK
RGB Variations
Color information
#8D566C (or 0x8D566C) is known color: Cannon Pink. HEX triplet: 8D, 56 and 6C. RGB value is (141,86,108). Sum of RGB (Red+Green+Blue) = 141+86+108=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D566C is #72A993. Grayscale: #686868. Windows color (decimal): -7514516 or 7100045. OLE color: 7100045.
HSL color Cylindrical-coordinate representation of color #8D566C: hue angle of 336º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D566C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 86 | 108 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.45 |
| HSL | 336º | 0.24% | 0.45% | - |
| HSV(B) | 336º | 0.39% | 0.55% | - |
| XYZ | 17.02 | 13.4 | 15.88 | - |
| YUV | 104.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 108 | 0 | 0.39 | 0.23 | 0.45 | 336 | 0.24 | 0.45 |
| Hex | 8D | 56 | 6C | 0 | 27 | 17 | 2D | 150 | 18 | 2D |
| Octal | 215 | 126 | 154 | 0 | 47 | 27 | 55 | 520 | 30 | 55 |
| Binary | 10001101 | 1010110 | 1101100 | 0 | 100111 | 10111 | 101101 | 101010000 | 11000 | 101101 |
Color Harmonies of #8D566C
Complementary color
Monochromatic Colors of #8D566C
Black with #8D566C
Text Example
Text Example
White with #8D566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D566C; }
p { color: rgb(141,86,108); }
H1.HeaderClassName
{
color: #8D566C;
}
.AnyTagClassName
{
color: #8D566C;
}
</style>
background-color css
<style>
a { background-color: #8D566C; }
a { background-color: rgb(141,86,108); }
div.DivClassName
{
background-color: #8D566C;
}
.BgClassName
{
background-color: #8D566C;
}
</style>
border-color css
<style>
span { border-color: #8D566C; }
span { border-color: rgb(141,86,108); }
td.TdClassName
{
border-color: #8D566C;
}
.TagClassName
{
border-color: #8D566C;
}
</style>