Shades of Cannon Pink #87556E
Tints of Cannon Pink #87556E
RGB
CMYK
RGB Variations
Color information
#87556E (or 0x87556E) is known color: Cannon Pink. HEX triplet: 87, 55 and 6E. RGB value is (135,85,110). Sum of RGB (Red+Green+Blue) = 135+85+110=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87556E is #78AA91. Grayscale: #666666. Windows color (decimal): -7907986 or 7230855. OLE color: 7230855.
HSL color Cylindrical-coordinate representation of color #87556E: hue angle of 330º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87556E is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 110 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.47 |
| HSL | 330º | 0.23% | 0.43% | - |
| HSV(B) | 330º | 0.37% | 0.53% | - |
| XYZ | 16.05 | 12.77 | 16.37 | - |
| YUV | 102.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 110 | 0 | 0.37 | 0.19 | 0.47 | 330 | 0.23 | 0.43 |
| Hex | 87 | 55 | 6E | 0 | 25 | 13 | 2F | 14A | 17 | 2B |
| Octal | 207 | 125 | 156 | 0 | 45 | 23 | 57 | 512 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1101110 | 0 | 100101 | 10011 | 101111 | 101001010 | 10111 | 101011 |
Color Harmonies of #87556E
Complementary color
Monochromatic Colors of #87556E
Black with #87556E
Text Example
Text Example
White with #87556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87556E; }
p { color: rgb(135,85,110); }
H1.HeaderClassName
{
color: #87556E;
}
.AnyTagClassName
{
color: #87556E;
}
</style>
background-color css
<style>
a { background-color: #87556E; }
a { background-color: rgb(135,85,110); }
div.DivClassName
{
background-color: #87556E;
}
.BgClassName
{
background-color: #87556E;
}
</style>
border-color css
<style>
span { border-color: #87556E; }
span { border-color: rgb(135,85,110); }
td.TdClassName
{
border-color: #87556E;
}
.TagClassName
{
border-color: #87556E;
}
</style>