Shades of Cannon Pink #8F5069
Tints of Cannon Pink #8F5069
RGB
CMYK
RGB Variations
Color information
#8F5069 (or 0x8F5069) is known color: Cannon Pink. HEX triplet: 8F, 50 and 69. RGB value is (143,80,105). Sum of RGB (Red+Green+Blue) = 143+80+105=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5069 is #70AF96. Grayscale: #656565. Windows color (decimal): -7384983 or 6901903. OLE color: 6901903.
HSL color Cylindrical-coordinate representation of color #8F5069: hue angle of 336.19º 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 #8F5069 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 105 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.44 |
| HSL | 336.19º | 0.28% | 0.44% | - |
| HSV(B) | 336.19º | 0.44% | 0.56% | - |
| XYZ | 16.75 | 12.6 | 14.91 | - |
| YUV | 101.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 105 | 0 | 0.44 | 0.27 | 0.44 | 336.19 | 0.28 | 0.44 |
| Hex | 8F | 50 | 69 | 0 | 2C | 1B | 2C | 150 | 1C | 2C |
| Octal | 217 | 120 | 151 | 0 | 54 | 33 | 54 | 520 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1101001 | 0 | 101100 | 11011 | 101100 | 101010000 | 11100 | 101100 |
Color Harmonies of #8F5069
Complementary color
Monochromatic Colors of #8F5069
Black with #8F5069
Text Example
Text Example
White with #8F5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5069; }
p { color: rgb(143,80,105); }
H1.HeaderClassName
{
color: #8F5069;
}
.AnyTagClassName
{
color: #8F5069;
}
</style>
background-color css
<style>
a { background-color: #8F5069; }
a { background-color: rgb(143,80,105); }
div.DivClassName
{
background-color: #8F5069;
}
.BgClassName
{
background-color: #8F5069;
}
</style>
border-color css
<style>
span { border-color: #8F5069; }
span { border-color: rgb(143,80,105); }
td.TdClassName
{
border-color: #8F5069;
}
.TagClassName
{
border-color: #8F5069;
}
</style>