Shades of Cannon Pink #8F546F
Tints of Cannon Pink #8F546F
RGB
CMYK
RGB Variations
Color information
#8F546F (or 0x8F546F) is known color: Cannon Pink. HEX triplet: 8F, 54 and 6F. RGB value is (143,84,111). Sum of RGB (Red+Green+Blue) = 143+84+111=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F546F is #70AB90. Grayscale: #686868. Windows color (decimal): -7383953 or 7296143. OLE color: 7296143.
HSL color Cylindrical-coordinate representation of color #8F546F: hue angle of 332.54º 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 #8F546F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 111 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.44 |
| HSL | 332.54º | 0.26% | 0.45% | - |
| HSV(B) | 332.54º | 0.41% | 0.56% | - |
| XYZ | 17.37 | 13.33 | 16.7 | - |
| YUV | 104.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 111 | 0 | 0.41 | 0.22 | 0.44 | 332.54 | 0.26 | 0.45 |
| Hex | 8F | 54 | 6F | 0 | 29 | 16 | 2C | 14D | 1A | 2D |
| Octal | 217 | 124 | 157 | 0 | 51 | 26 | 54 | 515 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1101111 | 0 | 101001 | 10110 | 101100 | 101001101 | 11010 | 101101 |
Color Harmonies of #8F546F
Complementary color
Monochromatic Colors of #8F546F
Black with #8F546F
Text Example
Text Example
White with #8F546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F546F; }
p { color: rgb(143,84,111); }
H1.HeaderClassName
{
color: #8F546F;
}
.AnyTagClassName
{
color: #8F546F;
}
</style>
background-color css
<style>
a { background-color: #8F546F; }
a { background-color: rgb(143,84,111); }
div.DivClassName
{
background-color: #8F546F;
}
.BgClassName
{
background-color: #8F546F;
}
</style>
border-color css
<style>
span { border-color: #8F546F; }
span { border-color: rgb(143,84,111); }
td.TdClassName
{
border-color: #8F546F;
}
.TagClassName
{
border-color: #8F546F;
}
</style>