Shades of Cannon Pink #8F486A
Tints of Cannon Pink #8F486A
RGB
CMYK
RGB Variations
Color information
#8F486A (or 0x8F486A) is known color: Cannon Pink. HEX triplet: 8F, 48 and 6A. RGB value is (143,72,106). Sum of RGB (Red+Green+Blue) = 143+72+106=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F486A is #70B795. Grayscale: #616161. Windows color (decimal): -7387030 or 6965391. OLE color: 6965391.
HSL color Cylindrical-coordinate representation of color #8F486A: hue angle of 331.27º 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 #8F486A is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 106 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.44 |
| HSL | 331.27º | 0.33% | 0.42% | - |
| HSV(B) | 331.27º | 0.5% | 0.56% | - |
| XYZ | 16.25 | 11.51 | 15 | - |
| YUV | 97.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 106 | 0 | 0.50 | 0.26 | 0.44 | 331.27 | 0.33 | 0.42 |
| Hex | 8F | 48 | 6A | 0 | 32 | 1A | 2C | 14B | 21 | 2A |
| Octal | 217 | 110 | 152 | 0 | 62 | 32 | 54 | 513 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1101010 | 0 | 110010 | 11010 | 101100 | 101001011 | 100001 | 101010 |
Color Harmonies of #8F486A
Complementary color
Monochromatic Colors of #8F486A
Black with #8F486A
Text Example
Text Example
White with #8F486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F486A; }
p { color: rgb(143,72,106); }
H1.HeaderClassName
{
color: #8F486A;
}
.AnyTagClassName
{
color: #8F486A;
}
</style>
background-color css
<style>
a { background-color: #8F486A; }
a { background-color: rgb(143,72,106); }
div.DivClassName
{
background-color: #8F486A;
}
.BgClassName
{
background-color: #8F486A;
}
</style>
border-color css
<style>
span { border-color: #8F486A; }
span { border-color: rgb(143,72,106); }
td.TdClassName
{
border-color: #8F486A;
}
.TagClassName
{
border-color: #8F486A;
}
</style>