Shades of Cannon Pink #87546D
Tints of Cannon Pink #87546D
RGB
CMYK
RGB Variations
Color information
#87546D (or 0x87546D) is known color: Cannon Pink. HEX triplet: 87, 54 and 6D. RGB value is (135,84,109). Sum of RGB (Red+Green+Blue) = 135+84+109=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87546D is #78AB92. Grayscale: #666666. Windows color (decimal): -7908243 or 7165063. OLE color: 7165063.
HSL color Cylindrical-coordinate representation of color #87546D: hue angle of 330.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87546D is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 109 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.47 |
| HSL | 330.59º | 0.23% | 0.43% | - |
| HSV(B) | 330.59º | 0.38% | 0.53% | - |
| XYZ | 15.92 | 12.6 | 16.06 | - |
| YUV | 102.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 109 | 0 | 0.38 | 0.19 | 0.47 | 330.59 | 0.23 | 0.43 |
| Hex | 87 | 54 | 6D | 0 | 26 | 13 | 2F | 14B | 17 | 2B |
| Octal | 207 | 124 | 155 | 0 | 46 | 23 | 57 | 513 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1101101 | 0 | 100110 | 10011 | 101111 | 101001011 | 10111 | 101011 |
Color Harmonies of #87546D
Complementary color
Monochromatic Colors of #87546D
Black with #87546D
Text Example
Text Example
White with #87546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87546D; }
p { color: rgb(135,84,109); }
H1.HeaderClassName
{
color: #87546D;
}
.AnyTagClassName
{
color: #87546D;
}
</style>
background-color css
<style>
a { background-color: #87546D; }
a { background-color: rgb(135,84,109); }
div.DivClassName
{
background-color: #87546D;
}
.BgClassName
{
background-color: #87546D;
}
</style>
border-color css
<style>
span { border-color: #87546D; }
span { border-color: rgb(135,84,109); }
td.TdClassName
{
border-color: #87546D;
}
.TagClassName
{
border-color: #87546D;
}
</style>