Shades of Cannon Pink #87495D
Tints of Cannon Pink #87495D
RGB
CMYK
RGB Variations
Color information
#87495D (or 0x87495D) is known color: Cannon Pink. HEX triplet: 87, 49 and 5D. RGB value is (135,73,93). Sum of RGB (Red+Green+Blue) = 135+73+93=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87495D is #78B6A2. Grayscale: #5D5D5D. Windows color (decimal): -7911075 or 6113671. OLE color: 6113671.
HSL color Cylindrical-coordinate representation of color #87495D: hue angle of 340.65º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87495D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 93 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.47 |
| HSL | 340.65º | 0.3% | 0.41% | - |
| HSV(B) | 340.65º | 0.46% | 0.53% | - |
| XYZ | 14.35 | 10.71 | 11.67 | - |
| YUV | 93.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 93 | 0 | 0.46 | 0.31 | 0.47 | 340.65 | 0.3 | 0.41 |
| Hex | 87 | 49 | 5D | 0 | 2E | 1F | 2F | 155 | 1E | 29 |
| Octal | 207 | 111 | 135 | 0 | 56 | 37 | 57 | 525 | 36 | 51 |
| Binary | 10000111 | 1001001 | 1011101 | 0 | 101110 | 11111 | 101111 | 101010101 | 11110 | 101001 |
Color Harmonies of #87495D
Complementary color
Monochromatic Colors of #87495D
Black with #87495D
Text Example
Text Example
White with #87495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87495D; }
p { color: rgb(135,73,93); }
H1.HeaderClassName
{
color: #87495D;
}
.AnyTagClassName
{
color: #87495D;
}
</style>
background-color css
<style>
a { background-color: #87495D; }
a { background-color: rgb(135,73,93); }
div.DivClassName
{
background-color: #87495D;
}
.BgClassName
{
background-color: #87495D;
}
</style>
border-color css
<style>
span { border-color: #87495D; }
span { border-color: rgb(135,73,93); }
td.TdClassName
{
border-color: #87495D;
}
.TagClassName
{
border-color: #87495D;
}
</style>