Shades of Cannon Pink #8F5464
Tints of Cannon Pink #8F5464
RGB
CMYK
RGB Variations
Color information
#8F5464 (or 0x8F5464) is known color: Cannon Pink. HEX triplet: 8F, 54 and 64. RGB value is (143,84,100). Sum of RGB (Red+Green+Blue) = 143+84+100=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5464 is #70AB9B. Grayscale: #676767. Windows color (decimal): -7383964 or 6575247. OLE color: 6575247.
HSL color Cylindrical-coordinate representation of color #8F5464: hue angle of 343.73º 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 #8F5464 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 100 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.44 |
| HSL | 343.73º | 0.26% | 0.45% | - |
| HSV(B) | 343.73º | 0.41% | 0.56% | - |
| XYZ | 16.8 | 13.1 | 13.7 | - |
| YUV | 103.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 100 | 0 | 0.41 | 0.30 | 0.44 | 343.73 | 0.26 | 0.45 |
| Hex | 8F | 54 | 64 | 0 | 29 | 1E | 2C | 158 | 1A | 2D |
| Octal | 217 | 124 | 144 | 0 | 51 | 36 | 54 | 530 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1100100 | 0 | 101001 | 11110 | 101100 | 101011000 | 11010 | 101101 |
Color Harmonies of #8F5464
Complementary color
Monochromatic Colors of #8F5464
Black with #8F5464
Text Example
Text Example
White with #8F5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5464; }
p { color: rgb(143,84,100); }
H1.HeaderClassName
{
color: #8F5464;
}
.AnyTagClassName
{
color: #8F5464;
}
</style>
background-color css
<style>
a { background-color: #8F5464; }
a { background-color: rgb(143,84,100); }
div.DivClassName
{
background-color: #8F5464;
}
.BgClassName
{
background-color: #8F5464;
}
</style>
border-color css
<style>
span { border-color: #8F5464; }
span { border-color: rgb(143,84,100); }
td.TdClassName
{
border-color: #8F5464;
}
.TagClassName
{
border-color: #8F5464;
}
</style>