Shades of Cannon Pink #8F5467
Tints of Cannon Pink #8F5467
RGB
CMYK
RGB Variations
Color information
#8F5467 (or 0x8F5467) is known color: Cannon Pink. HEX triplet: 8F, 54 and 67. RGB value is (143,84,103). Sum of RGB (Red+Green+Blue) = 143+84+103=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5467 is #70AB98. Grayscale: #676767. Windows color (decimal): -7383961 or 6771855. OLE color: 6771855.
HSL color Cylindrical-coordinate representation of color #8F5467: hue angle of 340.68º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5467 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 103 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.44 |
| HSL | 340.68º | 0.26% | 0.45% | - |
| HSV(B) | 340.68º | 0.41% | 0.56% | - |
| XYZ | 16.95 | 13.16 | 14.48 | - |
| YUV | 103.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 103 | 0 | 0.41 | 0.28 | 0.44 | 340.68 | 0.26 | 0.45 |
| Hex | 8F | 54 | 67 | 0 | 29 | 1C | 2C | 155 | 1A | 2D |
| Octal | 217 | 124 | 147 | 0 | 51 | 34 | 54 | 525 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1100111 | 0 | 101001 | 11100 | 101100 | 101010101 | 11010 | 101101 |
Color Harmonies of #8F5467
Complementary color
Monochromatic Colors of #8F5467
Black with #8F5467
Text Example
Text Example
White with #8F5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5467; }
p { color: rgb(143,84,103); }
H1.HeaderClassName
{
color: #8F5467;
}
.AnyTagClassName
{
color: #8F5467;
}
</style>
background-color css
<style>
a { background-color: #8F5467; }
a { background-color: rgb(143,84,103); }
div.DivClassName
{
background-color: #8F5467;
}
.BgClassName
{
background-color: #8F5467;
}
</style>
border-color css
<style>
span { border-color: #8F5467; }
span { border-color: rgb(143,84,103); }
td.TdClassName
{
border-color: #8F5467;
}
.TagClassName
{
border-color: #8F5467;
}
</style>