Shades of Cannon Pink #8F5568
Tints of Cannon Pink #8F5568
RGB
CMYK
RGB Variations
Color information
#8F5568 (or 0x8F5568) is known color: Cannon Pink. HEX triplet: 8F, 55 and 68. RGB value is (143,85,104). Sum of RGB (Red+Green+Blue) = 143+85+104=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5568 is #70AA97. Grayscale: #686868. Windows color (decimal): -7383704 or 6837647. OLE color: 6837647.
HSL color Cylindrical-coordinate representation of color #8F5568: hue angle of 340.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5568 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 104 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.44 |
| HSL | 340.34º | 0.25% | 0.45% | - |
| HSV(B) | 340.34º | 0.41% | 0.56% | - |
| XYZ | 17.07 | 13.34 | 14.77 | - |
| YUV | 104.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 104 | 0 | 0.41 | 0.27 | 0.44 | 340.34 | 0.25 | 0.45 |
| Hex | 8F | 55 | 68 | 0 | 29 | 1B | 2C | 154 | 19 | 2D |
| Octal | 217 | 125 | 150 | 0 | 51 | 33 | 54 | 524 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1101000 | 0 | 101001 | 11011 | 101100 | 101010100 | 11001 | 101101 |
Color Harmonies of #8F5568
Complementary color
Monochromatic Colors of #8F5568
Black with #8F5568
Text Example
Text Example
White with #8F5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5568; }
p { color: rgb(143,85,104); }
H1.HeaderClassName
{
color: #8F5568;
}
.AnyTagClassName
{
color: #8F5568;
}
</style>
background-color css
<style>
a { background-color: #8F5568; }
a { background-color: rgb(143,85,104); }
div.DivClassName
{
background-color: #8F5568;
}
.BgClassName
{
background-color: #8F5568;
}
</style>
border-color css
<style>
span { border-color: #8F5568; }
span { border-color: rgb(143,85,104); }
td.TdClassName
{
border-color: #8F5568;
}
.TagClassName
{
border-color: #8F5568;
}
</style>