Shades of Cannon Pink #87555D
Tints of Cannon Pink #87555D
RGB
CMYK
RGB Variations
Color information
#87555D (or 0x87555D) is known color: Cannon Pink. HEX triplet: 87, 55 and 5D. RGB value is (135,85,93). Sum of RGB (Red+Green+Blue) = 135+85+93=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87555D is #78AAA2. Grayscale: #646464. Windows color (decimal): -7908003 or 6116743. OLE color: 6116743.
HSL color Cylindrical-coordinate representation of color #87555D: hue angle of 350.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 #87555D is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 93 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.47 |
| HSL | 350.4º | 0.23% | 0.43% | - |
| HSV(B) | 350.4º | 0.37% | 0.53% | - |
| XYZ | 15.22 | 12.44 | 11.95 | - |
| YUV | 100.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 93 | 0 | 0.37 | 0.31 | 0.47 | 350.4 | 0.23 | 0.43 |
| Hex | 87 | 55 | 5D | 0 | 25 | 1F | 2F | 15E | 17 | 2B |
| Octal | 207 | 125 | 135 | 0 | 45 | 37 | 57 | 536 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1011101 | 0 | 100101 | 11111 | 101111 | 101011110 | 10111 | 101011 |
Color Harmonies of #87555D
Complementary color
Monochromatic Colors of #87555D
Black with #87555D
Text Example
Text Example
White with #87555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87555D; }
p { color: rgb(135,85,93); }
H1.HeaderClassName
{
color: #87555D;
}
.AnyTagClassName
{
color: #87555D;
}
</style>
background-color css
<style>
a { background-color: #87555D; }
a { background-color: rgb(135,85,93); }
div.DivClassName
{
background-color: #87555D;
}
.BgClassName
{
background-color: #87555D;
}
</style>
border-color css
<style>
span { border-color: #87555D; }
span { border-color: rgb(135,85,93); }
td.TdClassName
{
border-color: #87555D;
}
.TagClassName
{
border-color: #87555D;
}
</style>