Shades of Cannon Pink #87465B
Tints of Cannon Pink #87465B
RGB
CMYK
RGB Variations
Color information
#87465B (or 0x87465B) is known color: Cannon Pink. HEX triplet: 87, 46 and 5B. RGB value is (135,70,91). Sum of RGB (Red+Green+Blue) = 135+70+91=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465B is #78B9A4. Grayscale: #5B5B5B. Windows color (decimal): -7911845 or 5981831. OLE color: 5981831.
HSL color Cylindrical-coordinate representation of color #87465B: hue angle of 340.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87465B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 91 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.47 |
| HSL | 340.62º | 0.32% | 0.4% | - |
| HSV(B) | 340.62º | 0.48% | 0.53% | - |
| XYZ | 14.07 | 10.29 | 11.14 | - |
| YUV | 91.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 91 | 0 | 0.48 | 0.33 | 0.47 | 340.62 | 0.32 | 0.4 |
| Hex | 87 | 46 | 5B | 0 | 30 | 21 | 2F | 155 | 20 | 28 |
| Octal | 207 | 106 | 133 | 0 | 60 | 41 | 57 | 525 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1011011 | 0 | 110000 | 100001 | 101111 | 101010101 | 100000 | 101000 |
Color Harmonies of #87465B
Complementary color
Monochromatic Colors of #87465B
Black with #87465B
Text Example
Text Example
White with #87465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87465B; }
p { color: rgb(135,70,91); }
H1.HeaderClassName
{
color: #87465B;
}
.AnyTagClassName
{
color: #87465B;
}
</style>
background-color css
<style>
a { background-color: #87465B; }
a { background-color: rgb(135,70,91); }
div.DivClassName
{
background-color: #87465B;
}
.BgClassName
{
background-color: #87465B;
}
</style>
border-color css
<style>
span { border-color: #87465B; }
span { border-color: rgb(135,70,91); }
td.TdClassName
{
border-color: #87465B;
}
.TagClassName
{
border-color: #87465B;
}
</style>