Shades of Cannon Pink #8F476E
Tints of Cannon Pink #8F476E
RGB
CMYK
RGB Variations
Color information
#8F476E (or 0x8F476E) is known color: Cannon Pink. HEX triplet: 8F, 47 and 6E. RGB value is (143,71,110). Sum of RGB (Red+Green+Blue) = 143+71+110=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F476E is #70B891. Grayscale: #606060. Windows color (decimal): -7387282 or 7227279. OLE color: 7227279.
HSL color Cylindrical-coordinate representation of color #8F476E: hue angle of 327.5º degrees, saturation: 0.34, 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 #8F476E is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 110 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.44 |
| HSL | 327.5º | 0.34% | 0.42% | - |
| HSV(B) | 327.5º | 0.5% | 0.56% | - |
| XYZ | 16.4 | 11.47 | 16.1 | - |
| YUV | 96.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 110 | 0 | 0.50 | 0.23 | 0.44 | 327.5 | 0.34 | 0.42 |
| Hex | 8F | 47 | 6E | 0 | 32 | 17 | 2C | 148 | 22 | 2A |
| Octal | 217 | 107 | 156 | 0 | 62 | 27 | 54 | 510 | 42 | 52 |
| Binary | 10001111 | 1000111 | 1101110 | 0 | 110010 | 10111 | 101100 | 101001000 | 100010 | 101010 |
Color Harmonies of #8F476E
Complementary color
Monochromatic Colors of #8F476E
Black with #8F476E
Text Example
Text Example
White with #8F476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F476E; }
p { color: rgb(143,71,110); }
H1.HeaderClassName
{
color: #8F476E;
}
.AnyTagClassName
{
color: #8F476E;
}
</style>
background-color css
<style>
a { background-color: #8F476E; }
a { background-color: rgb(143,71,110); }
div.DivClassName
{
background-color: #8F476E;
}
.BgClassName
{
background-color: #8F476E;
}
</style>
border-color css
<style>
span { border-color: #8F476E; }
span { border-color: rgb(143,71,110); }
td.TdClassName
{
border-color: #8F476E;
}
.TagClassName
{
border-color: #8F476E;
}
</style>