Shades of Cannon Pink #87586E
Tints of Cannon Pink #87586E
RGB
CMYK
RGB Variations
Color information
#87586E (or 0x87586E) is known color: Cannon Pink. HEX triplet: 87, 58 and 6E. RGB value is (135,88,110). Sum of RGB (Red+Green+Blue) = 135+88+110=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87586E is #78A791. Grayscale: #686868. Windows color (decimal): -7907218 or 7231623. OLE color: 7231623.
HSL color Cylindrical-coordinate representation of color #87586E: hue angle of 331.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87586E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 110 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.47 |
| HSL | 331.91º | 0.21% | 0.44% | - |
| HSV(B) | 331.91º | 0.35% | 0.53% | - |
| XYZ | 16.3 | 13.26 | 16.45 | - |
| YUV | 104.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 110 | 0 | 0.35 | 0.19 | 0.47 | 331.91 | 0.21 | 0.44 |
| Hex | 87 | 58 | 6E | 0 | 23 | 13 | 2F | 14C | 15 | 2C |
| Octal | 207 | 130 | 156 | 0 | 43 | 23 | 57 | 514 | 25 | 54 |
| Binary | 10000111 | 1011000 | 1101110 | 0 | 100011 | 10011 | 101111 | 101001100 | 10101 | 101100 |
Color Harmonies of #87586E
Complementary color
Monochromatic Colors of #87586E
Black with #87586E
Text Example
Text Example
White with #87586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87586E; }
p { color: rgb(135,88,110); }
H1.HeaderClassName
{
color: #87586E;
}
.AnyTagClassName
{
color: #87586E;
}
</style>
background-color css
<style>
a { background-color: #87586E; }
a { background-color: rgb(135,88,110); }
div.DivClassName
{
background-color: #87586E;
}
.BgClassName
{
background-color: #87586E;
}
</style>
border-color css
<style>
span { border-color: #87586E; }
span { border-color: rgb(135,88,110); }
td.TdClassName
{
border-color: #87586E;
}
.TagClassName
{
border-color: #87586E;
}
</style>