Shades of Cannon Pink #8F506C
Tints of Cannon Pink #8F506C
RGB
CMYK
RGB Variations
Color information
#8F506C (or 0x8F506C) is known color: Cannon Pink. HEX triplet: 8F, 50 and 6C. RGB value is (143,80,108). Sum of RGB (Red+Green+Blue) = 143+80+108=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F506C is #70AF93. Grayscale: #656565. Windows color (decimal): -7384980 or 7098511. OLE color: 7098511.
HSL color Cylindrical-coordinate representation of color #8F506C: hue angle of 333.33º 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 #8F506C is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 108 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.44 |
| HSL | 333.33º | 0.28% | 0.44% | - |
| HSV(B) | 333.33º | 0.44% | 0.56% | - |
| XYZ | 16.9 | 12.66 | 15.74 | - |
| YUV | 102.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 108 | 0 | 0.44 | 0.24 | 0.44 | 333.33 | 0.28 | 0.44 |
| Hex | 8F | 50 | 6C | 0 | 2C | 18 | 2C | 14D | 1C | 2C |
| Octal | 217 | 120 | 154 | 0 | 54 | 30 | 54 | 515 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1101100 | 0 | 101100 | 11000 | 101100 | 101001101 | 11100 | 101100 |
Color Harmonies of #8F506C
Complementary color
Monochromatic Colors of #8F506C
Black with #8F506C
Text Example
Text Example
White with #8F506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F506C; }
p { color: rgb(143,80,108); }
H1.HeaderClassName
{
color: #8F506C;
}
.AnyTagClassName
{
color: #8F506C;
}
</style>
background-color css
<style>
a { background-color: #8F506C; }
a { background-color: rgb(143,80,108); }
div.DivClassName
{
background-color: #8F506C;
}
.BgClassName
{
background-color: #8F506C;
}
</style>
border-color css
<style>
span { border-color: #8F506C; }
span { border-color: rgb(143,80,108); }
td.TdClassName
{
border-color: #8F506C;
}
.TagClassName
{
border-color: #8F506C;
}
</style>