Shades of Cannon Pink #87485B
Tints of Cannon Pink #87485B
RGB
CMYK
RGB Variations
Color information
#87485B (or 0x87485B) is known color: Cannon Pink. HEX triplet: 87, 48 and 5B. RGB value is (135,72,91). Sum of RGB (Red+Green+Blue) = 135+72+91=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485B is #78B7A4. Grayscale: #5C5C5C. Windows color (decimal): -7911333 or 5982343. OLE color: 5982343.
HSL color Cylindrical-coordinate representation of color #87485B: hue angle of 341.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87485B is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 91 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.47 |
| HSL | 341.9º | 0.3% | 0.41% | - |
| HSV(B) | 341.9º | 0.47% | 0.53% | - |
| XYZ | 14.2 | 10.54 | 11.18 | - |
| YUV | 93 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 91 | 0 | 0.47 | 0.33 | 0.47 | 341.9 | 0.3 | 0.41 |
| Hex | 87 | 48 | 5B | 0 | 2F | 21 | 2F | 156 | 1E | 29 |
| Octal | 207 | 110 | 133 | 0 | 57 | 41 | 57 | 526 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1011011 | 0 | 101111 | 100001 | 101111 | 101010110 | 11110 | 101001 |
Color Harmonies of #87485B
Complementary color
Monochromatic Colors of #87485B
Black with #87485B
Text Example
Text Example
White with #87485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87485B; }
p { color: rgb(135,72,91); }
H1.HeaderClassName
{
color: #87485B;
}
.AnyTagClassName
{
color: #87485B;
}
</style>
background-color css
<style>
a { background-color: #87485B; }
a { background-color: rgb(135,72,91); }
div.DivClassName
{
background-color: #87485B;
}
.BgClassName
{
background-color: #87485B;
}
</style>
border-color css
<style>
span { border-color: #87485B; }
span { border-color: rgb(135,72,91); }
td.TdClassName
{
border-color: #87485B;
}
.TagClassName
{
border-color: #87485B;
}
</style>