Shades of Cannon Pink #8F4D6C
Tints of Cannon Pink #8F4D6C
RGB
CMYK
RGB Variations
Color information
#8F4D6C (or 0x8F4D6C) is known color: Cannon Pink. HEX triplet: 8F, 4D and 6C. RGB value is (143,77,108). Sum of RGB (Red+Green+Blue) = 143+77+108=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D6C is #70B293. Grayscale: #646464. Windows color (decimal): -7385748 or 7097743. OLE color: 7097743.
HSL color Cylindrical-coordinate representation of color #8F4D6C: hue angle of 331.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D6C is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 108 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.44 |
| HSL | 331.82º | 0.3% | 0.43% | - |
| HSV(B) | 331.82º | 0.46% | 0.56% | - |
| XYZ | 16.69 | 12.23 | 15.67 | - |
| YUV | 100.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 108 | 0 | 0.46 | 0.24 | 0.44 | 331.82 | 0.3 | 0.43 |
| Hex | 8F | 4D | 6C | 0 | 2E | 18 | 2C | 14C | 1E | 2B |
| Octal | 217 | 115 | 154 | 0 | 56 | 30 | 54 | 514 | 36 | 53 |
| Binary | 10001111 | 1001101 | 1101100 | 0 | 101110 | 11000 | 101100 | 101001100 | 11110 | 101011 |
Color Harmonies of #8F4D6C
Complementary color
Monochromatic Colors of #8F4D6C
Black with #8F4D6C
Text Example
Text Example
White with #8F4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D6C; }
p { color: rgb(143,77,108); }
H1.HeaderClassName
{
color: #8F4D6C;
}
.AnyTagClassName
{
color: #8F4D6C;
}
</style>
background-color css
<style>
a { background-color: #8F4D6C; }
a { background-color: rgb(143,77,108); }
div.DivClassName
{
background-color: #8F4D6C;
}
.BgClassName
{
background-color: #8F4D6C;
}
</style>
border-color css
<style>
span { border-color: #8F4D6C; }
span { border-color: rgb(143,77,108); }
td.TdClassName
{
border-color: #8F4D6C;
}
.TagClassName
{
border-color: #8F4D6C;
}
</style>