Shades of Cannon Pink #8F5564
Tints of Cannon Pink #8F5564
RGB
CMYK
RGB Variations
Color information
#8F5564 (or 0x8F5564) is known color: Cannon Pink. HEX triplet: 8F, 55 and 64. RGB value is (143,85,100). Sum of RGB (Red+Green+Blue) = 143+85+100=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5564 is #70AA9B. Grayscale: #686868. Windows color (decimal): -7383708 or 6575503. OLE color: 6575503.
HSL color Cylindrical-coordinate representation of color #8F5564: hue angle of 344.48º degrees, saturation: 0.25, 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 #8F5564 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 100 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.44 |
| HSL | 344.48º | 0.25% | 0.45% | - |
| HSV(B) | 344.48º | 0.41% | 0.56% | - |
| XYZ | 16.88 | 13.26 | 13.73 | - |
| YUV | 104.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 100 | 0 | 0.41 | 0.30 | 0.44 | 344.48 | 0.25 | 0.45 |
| Hex | 8F | 55 | 64 | 0 | 29 | 1E | 2C | 158 | 19 | 2D |
| Octal | 217 | 125 | 144 | 0 | 51 | 36 | 54 | 530 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1100100 | 0 | 101001 | 11110 | 101100 | 101011000 | 11001 | 101101 |
Color Harmonies of #8F5564
Complementary color
Monochromatic Colors of #8F5564
Black with #8F5564
Text Example
Text Example
White with #8F5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5564; }
p { color: rgb(143,85,100); }
H1.HeaderClassName
{
color: #8F5564;
}
.AnyTagClassName
{
color: #8F5564;
}
</style>
background-color css
<style>
a { background-color: #8F5564; }
a { background-color: rgb(143,85,100); }
div.DivClassName
{
background-color: #8F5564;
}
.BgClassName
{
background-color: #8F5564;
}
</style>
border-color css
<style>
span { border-color: #8F5564; }
span { border-color: rgb(143,85,100); }
td.TdClassName
{
border-color: #8F5564;
}
.TagClassName
{
border-color: #8F5564;
}
</style>