Shades of Cannon Pink #87546A
Tints of Cannon Pink #87546A
RGB
CMYK
RGB Variations
Color information
#87546A (or 0x87546A) is known color: Cannon Pink. HEX triplet: 87, 54 and 6A. RGB value is (135,84,106). Sum of RGB (Red+Green+Blue) = 135+84+106=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87546A is #78AB95. Grayscale: #656565. Windows color (decimal): -7908246 or 6968455. OLE color: 6968455.
HSL color Cylindrical-coordinate representation of color #87546A: hue angle of 334.12º 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 #87546A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 106 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.47 |
| HSL | 334.12º | 0.23% | 0.43% | - |
| HSV(B) | 334.12º | 0.38% | 0.53% | - |
| XYZ | 15.76 | 12.53 | 15.22 | - |
| YUV | 101.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 106 | 0 | 0.38 | 0.21 | 0.47 | 334.12 | 0.23 | 0.43 |
| Hex | 87 | 54 | 6A | 0 | 26 | 15 | 2F | 14E | 17 | 2B |
| Octal | 207 | 124 | 152 | 0 | 46 | 25 | 57 | 516 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1101010 | 0 | 100110 | 10101 | 101111 | 101001110 | 10111 | 101011 |
Color Harmonies of #87546A
Complementary color
Monochromatic Colors of #87546A
Black with #87546A
Text Example
Text Example
White with #87546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87546A; }
p { color: rgb(135,84,106); }
H1.HeaderClassName
{
color: #87546A;
}
.AnyTagClassName
{
color: #87546A;
}
</style>
background-color css
<style>
a { background-color: #87546A; }
a { background-color: rgb(135,84,106); }
div.DivClassName
{
background-color: #87546A;
}
.BgClassName
{
background-color: #87546A;
}
</style>
border-color css
<style>
span { border-color: #87546A; }
span { border-color: rgb(135,84,106); }
td.TdClassName
{
border-color: #87546A;
}
.TagClassName
{
border-color: #87546A;
}
</style>