Shades of Cannon Pink #8F526E
Tints of Cannon Pink #8F526E
RGB
CMYK
RGB Variations
Color information
#8F526E (or 0x8F526E) is known color: Cannon Pink. HEX triplet: 8F, 52 and 6E. RGB value is (143,82,110). Sum of RGB (Red+Green+Blue) = 143+82+110=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F526E is #70AD91. Grayscale: #676767. Windows color (decimal): -7384466 or 7230095. OLE color: 7230095.
HSL color Cylindrical-coordinate representation of color #8F526E: hue angle of 332.46º degrees, saturation: 0.27, 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 #8F526E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 110 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.44 |
| HSL | 332.46º | 0.27% | 0.44% | - |
| HSV(B) | 332.46º | 0.43% | 0.56% | - |
| XYZ | 17.16 | 13 | 16.36 | - |
| YUV | 103.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 110 | 0 | 0.43 | 0.23 | 0.44 | 332.46 | 0.27 | 0.44 |
| Hex | 8F | 52 | 6E | 0 | 2B | 17 | 2C | 14C | 1B | 2C |
| Octal | 217 | 122 | 156 | 0 | 53 | 27 | 54 | 514 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1101110 | 0 | 101011 | 10111 | 101100 | 101001100 | 11011 | 101100 |
Color Harmonies of #8F526E
Complementary color
Monochromatic Colors of #8F526E
Black with #8F526E
Text Example
Text Example
White with #8F526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F526E; }
p { color: rgb(143,82,110); }
H1.HeaderClassName
{
color: #8F526E;
}
.AnyTagClassName
{
color: #8F526E;
}
</style>
background-color css
<style>
a { background-color: #8F526E; }
a { background-color: rgb(143,82,110); }
div.DivClassName
{
background-color: #8F526E;
}
.BgClassName
{
background-color: #8F526E;
}
</style>
border-color css
<style>
span { border-color: #8F526E; }
span { border-color: rgb(143,82,110); }
td.TdClassName
{
border-color: #8F526E;
}
.TagClassName
{
border-color: #8F526E;
}
</style>