Shades of Cannon Pink #8F5768
Tints of Cannon Pink #8F5768
RGB
CMYK
RGB Variations
Color information
#8F5768 (or 0x8F5768) is known color: Cannon Pink. HEX triplet: 8F, 57 and 68. RGB value is (143,87,104). Sum of RGB (Red+Green+Blue) = 143+87+104=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5768 is #70A897. Grayscale: #696969. Windows color (decimal): -7383192 or 6838159. OLE color: 6838159.
HSL color Cylindrical-coordinate representation of color #8F5768: hue angle of 341.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5768 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 104 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.44 |
| HSL | 341.79º | 0.24% | 0.45% | - |
| HSV(B) | 341.79º | 0.39% | 0.56% | - |
| XYZ | 17.23 | 13.66 | 14.82 | - |
| YUV | 105.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 104 | 0 | 0.39 | 0.27 | 0.44 | 341.79 | 0.24 | 0.45 |
| Hex | 8F | 57 | 68 | 0 | 27 | 1B | 2C | 156 | 18 | 2D |
| Octal | 217 | 127 | 150 | 0 | 47 | 33 | 54 | 526 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1101000 | 0 | 100111 | 11011 | 101100 | 101010110 | 11000 | 101101 |
Color Harmonies of #8F5768
Complementary color
Monochromatic Colors of #8F5768
Black with #8F5768
Text Example
Text Example
White with #8F5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5768; }
p { color: rgb(143,87,104); }
H1.HeaderClassName
{
color: #8F5768;
}
.AnyTagClassName
{
color: #8F5768;
}
</style>
background-color css
<style>
a { background-color: #8F5768; }
a { background-color: rgb(143,87,104); }
div.DivClassName
{
background-color: #8F5768;
}
.BgClassName
{
background-color: #8F5768;
}
</style>
border-color css
<style>
span { border-color: #8F5768; }
span { border-color: rgb(143,87,104); }
td.TdClassName
{
border-color: #8F5768;
}
.TagClassName
{
border-color: #8F5768;
}
</style>