Shades of Cannon Pink #8F505F
Tints of Cannon Pink #8F505F
RGB
CMYK
RGB Variations
Color information
#8F505F (or 0x8F505F) is known color: Cannon Pink. HEX triplet: 8F, 50 and 5F. RGB value is (143,80,95). Sum of RGB (Red+Green+Blue) = 143+80+95=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F505F is #70AFA0. Grayscale: #646464. Windows color (decimal): -7384993 or 6246543. OLE color: 6246543.
HSL color Cylindrical-coordinate representation of color #8F505F: hue angle of 345.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F505F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 95 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.44 |
| HSL | 345.71º | 0.28% | 0.44% | - |
| HSV(B) | 345.71º | 0.44% | 0.56% | - |
| XYZ | 16.26 | 12.4 | 12.36 | - |
| YUV | 100.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 95 | 0 | 0.44 | 0.34 | 0.44 | 345.71 | 0.28 | 0.44 |
| Hex | 8F | 50 | 5F | 0 | 2C | 22 | 2C | 15A | 1C | 2C |
| Octal | 217 | 120 | 137 | 0 | 54 | 42 | 54 | 532 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1011111 | 0 | 101100 | 100010 | 101100 | 101011010 | 11100 | 101100 |
Color Harmonies of #8F505F
Complementary color
Monochromatic Colors of #8F505F
Black with #8F505F
Text Example
Text Example
White with #8F505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F505F; }
p { color: rgb(143,80,95); }
H1.HeaderClassName
{
color: #8F505F;
}
.AnyTagClassName
{
color: #8F505F;
}
</style>
background-color css
<style>
a { background-color: #8F505F; }
a { background-color: rgb(143,80,95); }
div.DivClassName
{
background-color: #8F505F;
}
.BgClassName
{
background-color: #8F505F;
}
</style>
border-color css
<style>
span { border-color: #8F505F; }
span { border-color: rgb(143,80,95); }
td.TdClassName
{
border-color: #8F505F;
}
.TagClassName
{
border-color: #8F505F;
}
</style>