Shades of Cannon Pink #87506B
Tints of Cannon Pink #87506B
RGB
CMYK
RGB Variations
Color information
#87506B (or 0x87506B) is known color: Cannon Pink. HEX triplet: 87, 50 and 6B. RGB value is (135,80,107). Sum of RGB (Red+Green+Blue) = 135+80+107=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506B is #78AF94. Grayscale: #636363. Windows color (decimal): -7909269 or 7032967. OLE color: 7032967.
HSL color Cylindrical-coordinate representation of color #87506B: hue angle of 330.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87506B is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 107 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.47 |
| HSL | 330.55º | 0.26% | 0.42% | - |
| HSV(B) | 330.55º | 0.41% | 0.53% | - |
| XYZ | 15.51 | 11.95 | 15.4 | - |
| YUV | 99.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 107 | 0 | 0.41 | 0.21 | 0.47 | 330.55 | 0.26 | 0.42 |
| Hex | 87 | 50 | 6B | 0 | 29 | 15 | 2F | 14B | 1A | 2A |
| Octal | 207 | 120 | 153 | 0 | 51 | 25 | 57 | 513 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1101011 | 0 | 101001 | 10101 | 101111 | 101001011 | 11010 | 101010 |
Color Harmonies of #87506B
Complementary color
Monochromatic Colors of #87506B
Black with #87506B
Text Example
Text Example
White with #87506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87506B; }
p { color: rgb(135,80,107); }
H1.HeaderClassName
{
color: #87506B;
}
.AnyTagClassName
{
color: #87506B;
}
</style>
background-color css
<style>
a { background-color: #87506B; }
a { background-color: rgb(135,80,107); }
div.DivClassName
{
background-color: #87506B;
}
.BgClassName
{
background-color: #87506B;
}
</style>
border-color css
<style>
span { border-color: #87506B; }
span { border-color: rgb(135,80,107); }
td.TdClassName
{
border-color: #87506B;
}
.TagClassName
{
border-color: #87506B;
}
</style>