Shades of Cannon Pink #8F526B
Tints of Cannon Pink #8F526B
RGB
CMYK
RGB Variations
Color information
#8F526B (or 0x8F526B) is known color: Cannon Pink. HEX triplet: 8F, 52 and 6B. RGB value is (143,82,107). Sum of RGB (Red+Green+Blue) = 143+82+107=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F526B is #70AD94. Grayscale: #676767. Windows color (decimal): -7384469 or 7033487. OLE color: 7033487.
HSL color Cylindrical-coordinate representation of color #8F526B: hue angle of 335.41º 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 #8F526B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 107 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.44 |
| HSL | 335.41º | 0.27% | 0.44% | - |
| HSV(B) | 335.41º | 0.43% | 0.56% | - |
| XYZ | 17 | 12.94 | 15.51 | - |
| YUV | 103.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 107 | 0 | 0.43 | 0.25 | 0.44 | 335.41 | 0.27 | 0.44 |
| Hex | 8F | 52 | 6B | 0 | 2B | 19 | 2C | 14F | 1B | 2C |
| Octal | 217 | 122 | 153 | 0 | 53 | 31 | 54 | 517 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1101011 | 0 | 101011 | 11001 | 101100 | 101001111 | 11011 | 101100 |
Color Harmonies of #8F526B
Complementary color
Monochromatic Colors of #8F526B
Black with #8F526B
Text Example
Text Example
White with #8F526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F526B; }
p { color: rgb(143,82,107); }
H1.HeaderClassName
{
color: #8F526B;
}
.AnyTagClassName
{
color: #8F526B;
}
</style>
background-color css
<style>
a { background-color: #8F526B; }
a { background-color: rgb(143,82,107); }
div.DivClassName
{
background-color: #8F526B;
}
.BgClassName
{
background-color: #8F526B;
}
</style>
border-color css
<style>
span { border-color: #8F526B; }
span { border-color: rgb(143,82,107); }
td.TdClassName
{
border-color: #8F526B;
}
.TagClassName
{
border-color: #8F526B;
}
</style>