Shades of Cannon Pink #8F486E
Tints of Cannon Pink #8F486E
RGB
CMYK
RGB Variations
Color information
#8F486E (or 0x8F486E) is known color: Cannon Pink. HEX triplet: 8F, 48 and 6E. RGB value is (143,72,110). Sum of RGB (Red+Green+Blue) = 143+72+110=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F486E is #70B791. Grayscale: #616161. Windows color (decimal): -7387026 or 7227535. OLE color: 7227535.
HSL color Cylindrical-coordinate representation of color #8F486E: hue angle of 327.89º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F486E is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 110 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.44 |
| HSL | 327.89º | 0.33% | 0.42% | - |
| HSV(B) | 327.89º | 0.5% | 0.56% | - |
| XYZ | 16.46 | 11.6 | 16.12 | - |
| YUV | 97.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 110 | 0 | 0.50 | 0.23 | 0.44 | 327.89 | 0.33 | 0.42 |
| Hex | 8F | 48 | 6E | 0 | 32 | 17 | 2C | 148 | 21 | 2A |
| Octal | 217 | 110 | 156 | 0 | 62 | 27 | 54 | 510 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1101110 | 0 | 110010 | 10111 | 101100 | 101001000 | 100001 | 101010 |
Color Harmonies of #8F486E
Complementary color
Monochromatic Colors of #8F486E
Black with #8F486E
Text Example
Text Example
White with #8F486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F486E; }
p { color: rgb(143,72,110); }
H1.HeaderClassName
{
color: #8F486E;
}
.AnyTagClassName
{
color: #8F486E;
}
</style>
background-color css
<style>
a { background-color: #8F486E; }
a { background-color: rgb(143,72,110); }
div.DivClassName
{
background-color: #8F486E;
}
.BgClassName
{
background-color: #8F486E;
}
</style>
border-color css
<style>
span { border-color: #8F486E; }
span { border-color: rgb(143,72,110); }
td.TdClassName
{
border-color: #8F486E;
}
.TagClassName
{
border-color: #8F486E;
}
</style>