Shades of Cannon Pink #87556C
Tints of Cannon Pink #87556C
RGB
CMYK
RGB Variations
Color information
#87556C (or 0x87556C) is known color: Cannon Pink. HEX triplet: 87, 55 and 6C. RGB value is (135,85,108). Sum of RGB (Red+Green+Blue) = 135+85+108=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87556C is #78AA93. Grayscale: #666666. Windows color (decimal): -7907988 or 7099783. OLE color: 7099783.
HSL color Cylindrical-coordinate representation of color #87556C: hue angle of 332.4º 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 #87556C is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 108 | - |
| CMYK | 0 | 0.37 | 0.2 | 0.47 |
| HSL | 332.4º | 0.23% | 0.43% | - |
| HSV(B) | 332.4º | 0.37% | 0.53% | - |
| XYZ | 15.95 | 12.73 | 15.8 | - |
| YUV | 102.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 108 | 0 | 0.37 | 0.2 | 0.47 | 332.4 | 0.23 | 0.43 |
| Hex | 87 | 55 | 6C | 0 | 25 | 14 | 2F | 14C | 17 | 2B |
| Octal | 207 | 125 | 154 | 0 | 45 | 24 | 57 | 514 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1101100 | 0 | 100101 | 10100 | 101111 | 101001100 | 10111 | 101011 |
Color Harmonies of #87556C
Complementary color
Monochromatic Colors of #87556C
Black with #87556C
Text Example
Text Example
White with #87556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87556C; }
p { color: rgb(135,85,108); }
H1.HeaderClassName
{
color: #87556C;
}
.AnyTagClassName
{
color: #87556C;
}
</style>
background-color css
<style>
a { background-color: #87556C; }
a { background-color: rgb(135,85,108); }
div.DivClassName
{
background-color: #87556C;
}
.BgClassName
{
background-color: #87556C;
}
</style>
border-color css
<style>
span { border-color: #87556C; }
span { border-color: rgb(135,85,108); }
td.TdClassName
{
border-color: #87556C;
}
.TagClassName
{
border-color: #87556C;
}
</style>