Shades of Cannon Pink #8F516A
Tints of Cannon Pink #8F516A
RGB
CMYK
RGB Variations
Color information
#8F516A (or 0x8F516A) is known color: Cannon Pink. HEX triplet: 8F, 51 and 6A. RGB value is (143,81,106). Sum of RGB (Red+Green+Blue) = 143+81+106=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F516A is #70AE95. Grayscale: #666666. Windows color (decimal): -7384726 or 6967695. OLE color: 6967695.
HSL color Cylindrical-coordinate representation of color #8F516A: hue angle of 335.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F516A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 106 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.44 |
| HSL | 335.81º | 0.28% | 0.44% | - |
| HSV(B) | 335.81º | 0.43% | 0.56% | - |
| XYZ | 16.87 | 12.77 | 15.21 | - |
| YUV | 102.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 106 | 0 | 0.43 | 0.26 | 0.44 | 335.81 | 0.28 | 0.44 |
| Hex | 8F | 51 | 6A | 0 | 2B | 1A | 2C | 150 | 1C | 2C |
| Octal | 217 | 121 | 152 | 0 | 53 | 32 | 54 | 520 | 34 | 54 |
| Binary | 10001111 | 1010001 | 1101010 | 0 | 101011 | 11010 | 101100 | 101010000 | 11100 | 101100 |
Color Harmonies of #8F516A
Complementary color
Monochromatic Colors of #8F516A
Black with #8F516A
Text Example
Text Example
White with #8F516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F516A; }
p { color: rgb(143,81,106); }
H1.HeaderClassName
{
color: #8F516A;
}
.AnyTagClassName
{
color: #8F516A;
}
</style>
background-color css
<style>
a { background-color: #8F516A; }
a { background-color: rgb(143,81,106); }
div.DivClassName
{
background-color: #8F516A;
}
.BgClassName
{
background-color: #8F516A;
}
</style>
border-color css
<style>
span { border-color: #8F516A; }
span { border-color: rgb(143,81,106); }
td.TdClassName
{
border-color: #8F516A;
}
.TagClassName
{
border-color: #8F516A;
}
</style>