Shades of Cannon Pink #87545C
Tints of Cannon Pink #87545C
RGB
CMYK
RGB Variations
Color information
#87545C (or 0x87545C) is known color: Cannon Pink. HEX triplet: 87, 54 and 5C. RGB value is (135,84,92). Sum of RGB (Red+Green+Blue) = 135+84+92=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87545C is #78ABA3. Grayscale: #646464. Windows color (decimal): -7908260 or 6050951. OLE color: 6050951.
HSL color Cylindrical-coordinate representation of color #87545C: hue angle of 350.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 #87545C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 92 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.47 |
| HSL | 350.59º | 0.23% | 0.43% | - |
| HSV(B) | 350.59º | 0.38% | 0.53% | - |
| XYZ | 15.09 | 12.26 | 11.7 | - |
| YUV | 100.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 92 | 0 | 0.38 | 0.32 | 0.47 | 350.59 | 0.23 | 0.43 |
| Hex | 87 | 54 | 5C | 0 | 26 | 20 | 2F | 15F | 17 | 2B |
| Octal | 207 | 124 | 134 | 0 | 46 | 40 | 57 | 537 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1011100 | 0 | 100110 | 100000 | 101111 | 101011111 | 10111 | 101011 |
Color Harmonies of #87545C
Complementary color
Monochromatic Colors of #87545C
Black with #87545C
Text Example
Text Example
White with #87545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87545C; }
p { color: rgb(135,84,92); }
H1.HeaderClassName
{
color: #87545C;
}
.AnyTagClassName
{
color: #87545C;
}
</style>
background-color css
<style>
a { background-color: #87545C; }
a { background-color: rgb(135,84,92); }
div.DivClassName
{
background-color: #87545C;
}
.BgClassName
{
background-color: #87545C;
}
</style>
border-color css
<style>
span { border-color: #87545C; }
span { border-color: rgb(135,84,92); }
td.TdClassName
{
border-color: #87545C;
}
.TagClassName
{
border-color: #87545C;
}
</style>