Shades of Cannon Pink #8F466E
Tints of Cannon Pink #8F466E
RGB
CMYK
RGB Variations
Color information
#8F466E (or 0x8F466E) is known color: Cannon Pink. HEX triplet: 8F, 46 and 6E. RGB value is (143,70,110). Sum of RGB (Red+Green+Blue) = 143+70+110=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F466E is #70B991. Grayscale: #606060. Windows color (decimal): -7387538 or 7227023. OLE color: 7227023.
HSL color Cylindrical-coordinate representation of color #8F466E: hue angle of 327.12º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F466E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 110 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.44 |
| HSL | 327.12º | 0.34% | 0.42% | - |
| HSV(B) | 327.12º | 0.51% | 0.56% | - |
| XYZ | 16.33 | 11.35 | 16.08 | - |
| YUV | 96.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 110 | 0 | 0.51 | 0.23 | 0.44 | 327.12 | 0.34 | 0.42 |
| Hex | 8F | 46 | 6E | 0 | 33 | 17 | 2C | 147 | 22 | 2A |
| Octal | 217 | 106 | 156 | 0 | 63 | 27 | 54 | 507 | 42 | 52 |
| Binary | 10001111 | 1000110 | 1101110 | 0 | 110011 | 10111 | 101100 | 101000111 | 100010 | 101010 |
Color Harmonies of #8F466E
Complementary color
Monochromatic Colors of #8F466E
Black with #8F466E
Text Example
Text Example
White with #8F466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F466E; }
p { color: rgb(143,70,110); }
H1.HeaderClassName
{
color: #8F466E;
}
.AnyTagClassName
{
color: #8F466E;
}
</style>
background-color css
<style>
a { background-color: #8F466E; }
a { background-color: rgb(143,70,110); }
div.DivClassName
{
background-color: #8F466E;
}
.BgClassName
{
background-color: #8F466E;
}
</style>
border-color css
<style>
span { border-color: #8F466E; }
span { border-color: rgb(143,70,110); }
td.TdClassName
{
border-color: #8F466E;
}
.TagClassName
{
border-color: #8F466E;
}
</style>