Shades of Cannon Pink #8F5468
Tints of Cannon Pink #8F5468
RGB
CMYK
RGB Variations
Color information
#8F5468 (or 0x8F5468) is known color: Cannon Pink. HEX triplet: 8F, 54 and 68. RGB value is (143,84,104). Sum of RGB (Red+Green+Blue) = 143+84+104=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5468 is #70AB97. Grayscale: #676767. Windows color (decimal): -7383960 or 6837391. OLE color: 6837391.
HSL color Cylindrical-coordinate representation of color #8F5468: hue angle of 339.66º degrees, saturation: 0.26, 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 #8F5468 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 104 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.44 |
| HSL | 339.66º | 0.26% | 0.45% | - |
| HSV(B) | 339.66º | 0.41% | 0.56% | - |
| XYZ | 17 | 13.18 | 14.74 | - |
| YUV | 103.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 104 | 0 | 0.41 | 0.27 | 0.44 | 339.66 | 0.26 | 0.45 |
| Hex | 8F | 54 | 68 | 0 | 29 | 1B | 2C | 154 | 1A | 2D |
| Octal | 217 | 124 | 150 | 0 | 51 | 33 | 54 | 524 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1101000 | 0 | 101001 | 11011 | 101100 | 101010100 | 11010 | 101101 |
Color Harmonies of #8F5468
Complementary color
Monochromatic Colors of #8F5468
Black with #8F5468
Text Example
Text Example
White with #8F5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5468; }
p { color: rgb(143,84,104); }
H1.HeaderClassName
{
color: #8F5468;
}
.AnyTagClassName
{
color: #8F5468;
}
</style>
background-color css
<style>
a { background-color: #8F5468; }
a { background-color: rgb(143,84,104); }
div.DivClassName
{
background-color: #8F5468;
}
.BgClassName
{
background-color: #8F5468;
}
</style>
border-color css
<style>
span { border-color: #8F5468; }
span { border-color: rgb(143,84,104); }
td.TdClassName
{
border-color: #8F5468;
}
.TagClassName
{
border-color: #8F5468;
}
</style>