Shades of Cannon Pink #87505B
Tints of Cannon Pink #87505B
RGB
CMYK
RGB Variations
Color information
#87505B (or 0x87505B) is known color: Cannon Pink. HEX triplet: 87, 50 and 5B. RGB value is (135,80,91). Sum of RGB (Red+Green+Blue) = 135+80+91=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #87505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505B is #78AFA4. Grayscale: #616161. Windows color (decimal): -7909285 or 5984391. OLE color: 5984391.
HSL color Cylindrical-coordinate representation of color #87505B: hue angle of 348º 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 #87505B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 91 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.47 |
| HSL | 348º | 0.26% | 0.42% | - |
| HSV(B) | 348º | 0.41% | 0.53% | - |
| XYZ | 14.75 | 11.64 | 11.37 | - |
| YUV | 97.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 91 | 0 | 0.41 | 0.33 | 0.47 | 348 | 0.26 | 0.42 |
| Hex | 87 | 50 | 5B | 0 | 29 | 21 | 2F | 15C | 1A | 2A |
| Octal | 207 | 120 | 133 | 0 | 51 | 41 | 57 | 534 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1011011 | 0 | 101001 | 100001 | 101111 | 101011100 | 11010 | 101010 |
Color Harmonies of #87505B
Complementary color
Monochromatic Colors of #87505B
Black with #87505B
Text Example
Text Example
White with #87505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87505B; }
p { color: rgb(135,80,91); }
H1.HeaderClassName
{
color: #87505B;
}
.AnyTagClassName
{
color: #87505B;
}
</style>
background-color css
<style>
a { background-color: #87505B; }
a { background-color: rgb(135,80,91); }
div.DivClassName
{
background-color: #87505B;
}
.BgClassName
{
background-color: #87505B;
}
</style>
border-color css
<style>
span { border-color: #87505B; }
span { border-color: rgb(135,80,91); }
td.TdClassName
{
border-color: #87505B;
}
.TagClassName
{
border-color: #87505B;
}
</style>