Shades of Cannon Pink #87546C
Tints of Cannon Pink #87546C
RGB
CMYK
RGB Variations
Color information
#87546C (or 0x87546C) is known color: Cannon Pink. HEX triplet: 87, 54 and 6C. RGB value is (135,84,108). Sum of RGB (Red+Green+Blue) = 135+84+108=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87546C is #78AB93. Grayscale: #656565. Windows color (decimal): -7908244 or 7099527. OLE color: 7099527.
HSL color Cylindrical-coordinate representation of color #87546C: hue angle of 331.76º 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 #87546C is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 108 | - |
| CMYK | 0 | 0.38 | 0.2 | 0.47 |
| HSL | 331.76º | 0.23% | 0.43% | - |
| HSV(B) | 331.76º | 0.38% | 0.53% | - |
| XYZ | 15.87 | 12.57 | 15.78 | - |
| YUV | 101.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 108 | 0 | 0.38 | 0.2 | 0.47 | 331.76 | 0.23 | 0.43 |
| Hex | 87 | 54 | 6C | 0 | 26 | 14 | 2F | 14C | 17 | 2B |
| Octal | 207 | 124 | 154 | 0 | 46 | 24 | 57 | 514 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1101100 | 0 | 100110 | 10100 | 101111 | 101001100 | 10111 | 101011 |
Color Harmonies of #87546C
Complementary color
Monochromatic Colors of #87546C
Black with #87546C
Text Example
Text Example
White with #87546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87546C; }
p { color: rgb(135,84,108); }
H1.HeaderClassName
{
color: #87546C;
}
.AnyTagClassName
{
color: #87546C;
}
</style>
background-color css
<style>
a { background-color: #87546C; }
a { background-color: rgb(135,84,108); }
div.DivClassName
{
background-color: #87546C;
}
.BgClassName
{
background-color: #87546C;
}
</style>
border-color css
<style>
span { border-color: #87546C; }
span { border-color: rgb(135,84,108); }
td.TdClassName
{
border-color: #87546C;
}
.TagClassName
{
border-color: #87546C;
}
</style>