Shades of Cannon Pink #8F566B
Tints of Cannon Pink #8F566B
RGB
CMYK
RGB Variations
Color information
#8F566B (or 0x8F566B) is known color: Cannon Pink. HEX triplet: 8F, 56 and 6B. RGB value is (143,86,107). Sum of RGB (Red+Green+Blue) = 143+86+107=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F566B is #70A994. Grayscale: #696969. Windows color (decimal): -7383445 or 7034511. OLE color: 7034511.
HSL color Cylindrical-coordinate representation of color #8F566B: hue angle of 337.89º 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 #8F566B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 107 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.44 |
| HSL | 337.89º | 0.25% | 0.45% | - |
| HSV(B) | 337.89º | 0.4% | 0.56% | - |
| XYZ | 17.31 | 13.56 | 15.61 | - |
| YUV | 105.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 107 | 0 | 0.40 | 0.25 | 0.44 | 337.89 | 0.25 | 0.45 |
| Hex | 8F | 56 | 6B | 0 | 28 | 19 | 2C | 152 | 19 | 2D |
| Octal | 217 | 126 | 153 | 0 | 50 | 31 | 54 | 522 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1101011 | 0 | 101000 | 11001 | 101100 | 101010010 | 11001 | 101101 |
Color Harmonies of #8F566B
Complementary color
Monochromatic Colors of #8F566B
Black with #8F566B
Text Example
Text Example
White with #8F566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F566B; }
p { color: rgb(143,86,107); }
H1.HeaderClassName
{
color: #8F566B;
}
.AnyTagClassName
{
color: #8F566B;
}
</style>
background-color css
<style>
a { background-color: #8F566B; }
a { background-color: rgb(143,86,107); }
div.DivClassName
{
background-color: #8F566B;
}
.BgClassName
{
background-color: #8F566B;
}
</style>
border-color css
<style>
span { border-color: #8F566B; }
span { border-color: rgb(143,86,107); }
td.TdClassName
{
border-color: #8F566B;
}
.TagClassName
{
border-color: #8F566B;
}
</style>