Shades of Cannon Pink #8F566E
Tints of Cannon Pink #8F566E
RGB
CMYK
RGB Variations
Color information
#8F566E (or 0x8F566E) is known color: Cannon Pink. HEX triplet: 8F, 56 and 6E. RGB value is (143,86,110). Sum of RGB (Red+Green+Blue) = 143+86+110=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F566E is #70A991. Grayscale: #696969. Windows color (decimal): -7383442 or 7231119. OLE color: 7231119.
HSL color Cylindrical-coordinate representation of color #8F566E: hue angle of 334.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F566E is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 110 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.44 |
| HSL | 334.74º | 0.25% | 0.45% | - |
| HSV(B) | 334.74º | 0.4% | 0.56% | - |
| XYZ | 17.47 | 13.62 | 16.46 | - |
| YUV | 105.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 110 | 0 | 0.40 | 0.23 | 0.44 | 334.74 | 0.25 | 0.45 |
| Hex | 8F | 56 | 6E | 0 | 28 | 17 | 2C | 14F | 19 | 2D |
| Octal | 217 | 126 | 156 | 0 | 50 | 27 | 54 | 517 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1101110 | 0 | 101000 | 10111 | 101100 | 101001111 | 11001 | 101101 |
Color Harmonies of #8F566E
Complementary color
Monochromatic Colors of #8F566E
Black with #8F566E
Text Example
Text Example
White with #8F566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F566E; }
p { color: rgb(143,86,110); }
H1.HeaderClassName
{
color: #8F566E;
}
.AnyTagClassName
{
color: #8F566E;
}
</style>
background-color css
<style>
a { background-color: #8F566E; }
a { background-color: rgb(143,86,110); }
div.DivClassName
{
background-color: #8F566E;
}
.BgClassName
{
background-color: #8F566E;
}
</style>
border-color css
<style>
span { border-color: #8F566E; }
span { border-color: rgb(143,86,110); }
td.TdClassName
{
border-color: #8F566E;
}
.TagClassName
{
border-color: #8F566E;
}
</style>