Shades of Cannon Pink #8F566C
Tints of Cannon Pink #8F566C
RGB
CMYK
RGB Variations
Color information
#8F566C (or 0x8F566C) is known color: Cannon Pink. HEX triplet: 8F, 56 and 6C. RGB value is (143,86,108). Sum of RGB (Red+Green+Blue) = 143+86+108=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F566C is #70A993. Grayscale: #696969. Windows color (decimal): -7383444 or 7100047. OLE color: 7100047.
HSL color Cylindrical-coordinate representation of color #8F566C: hue angle of 336.84º 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 #8F566C is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 108 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.44 |
| HSL | 336.84º | 0.25% | 0.45% | - |
| HSV(B) | 336.84º | 0.4% | 0.56% | - |
| XYZ | 17.36 | 13.58 | 15.89 | - |
| YUV | 105.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 108 | 0 | 0.40 | 0.24 | 0.44 | 336.84 | 0.25 | 0.45 |
| Hex | 8F | 56 | 6C | 0 | 28 | 18 | 2C | 151 | 19 | 2D |
| Octal | 217 | 126 | 154 | 0 | 50 | 30 | 54 | 521 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1101100 | 0 | 101000 | 11000 | 101100 | 101010001 | 11001 | 101101 |
Color Harmonies of #8F566C
Complementary color
Monochromatic Colors of #8F566C
Black with #8F566C
Text Example
Text Example
White with #8F566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F566C; }
p { color: rgb(143,86,108); }
H1.HeaderClassName
{
color: #8F566C;
}
.AnyTagClassName
{
color: #8F566C;
}
</style>
background-color css
<style>
a { background-color: #8F566C; }
a { background-color: rgb(143,86,108); }
div.DivClassName
{
background-color: #8F566C;
}
.BgClassName
{
background-color: #8F566C;
}
</style>
border-color css
<style>
span { border-color: #8F566C; }
span { border-color: rgb(143,86,108); }
td.TdClassName
{
border-color: #8F566C;
}
.TagClassName
{
border-color: #8F566C;
}
</style>