Shades of Cannon Pink #8D556A
Tints of Cannon Pink #8D556A
RGB
CMYK
RGB Variations
Color information
#8D556A (or 0x8D556A) is known color: Cannon Pink. HEX triplet: 8D, 55 and 6A. RGB value is (141,85,106). Sum of RGB (Red+Green+Blue) = 141+85+106=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D556A is #72AA95. Grayscale: #686868. Windows color (decimal): -7514774 or 6968717. OLE color: 6968717.
HSL color Cylindrical-coordinate representation of color #8D556A: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D556A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 106 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.45 |
| HSL | 337.5º | 0.25% | 0.44% | - |
| HSV(B) | 337.5º | 0.4% | 0.55% | - |
| XYZ | 16.83 | 13.2 | 15.3 | - |
| YUV | 104.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 106 | 0 | 0.40 | 0.25 | 0.45 | 337.5 | 0.25 | 0.44 |
| Hex | 8D | 55 | 6A | 0 | 28 | 19 | 2D | 152 | 19 | 2C |
| Octal | 215 | 125 | 152 | 0 | 50 | 31 | 55 | 522 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1101010 | 0 | 101000 | 11001 | 101101 | 101010010 | 11001 | 101100 |
Color Harmonies of #8D556A
Complementary color
Monochromatic Colors of #8D556A
Black with #8D556A
Text Example
Text Example
White with #8D556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D556A; }
p { color: rgb(141,85,106); }
H1.HeaderClassName
{
color: #8D556A;
}
.AnyTagClassName
{
color: #8D556A;
}
</style>
background-color css
<style>
a { background-color: #8D556A; }
a { background-color: rgb(141,85,106); }
div.DivClassName
{
background-color: #8D556A;
}
.BgClassName
{
background-color: #8D556A;
}
</style>
border-color css
<style>
span { border-color: #8D556A; }
span { border-color: rgb(141,85,106); }
td.TdClassName
{
border-color: #8D556A;
}
.TagClassName
{
border-color: #8D556A;
}
</style>