Shades of Cannon Pink #87485C
Tints of Cannon Pink #87485C
RGB
CMYK
RGB Variations
Color information
#87485C (or 0x87485C) is known color: Cannon Pink. HEX triplet: 87, 48 and 5C. RGB value is (135,72,92). Sum of RGB (Red+Green+Blue) = 135+72+92=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485C is #78B7A3. Grayscale: #5D5D5D. Windows color (decimal): -7911332 or 6047879. OLE color: 6047879.
HSL color Cylindrical-coordinate representation of color #87485C: hue angle of 340.95º 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 #87485C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 92 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.47 |
| HSL | 340.95º | 0.3% | 0.41% | - |
| HSV(B) | 340.95º | 0.47% | 0.53% | - |
| XYZ | 14.24 | 10.56 | 11.41 | - |
| YUV | 93.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 92 | 0 | 0.47 | 0.32 | 0.47 | 340.95 | 0.3 | 0.41 |
| Hex | 87 | 48 | 5C | 0 | 2F | 20 | 2F | 155 | 1E | 29 |
| Octal | 207 | 110 | 134 | 0 | 57 | 40 | 57 | 525 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1011100 | 0 | 101111 | 100000 | 101111 | 101010101 | 11110 | 101001 |
Color Harmonies of #87485C
Complementary color
Monochromatic Colors of #87485C
Black with #87485C
Text Example
Text Example
White with #87485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87485C; }
p { color: rgb(135,72,92); }
H1.HeaderClassName
{
color: #87485C;
}
.AnyTagClassName
{
color: #87485C;
}
</style>
background-color css
<style>
a { background-color: #87485C; }
a { background-color: rgb(135,72,92); }
div.DivClassName
{
background-color: #87485C;
}
.BgClassName
{
background-color: #87485C;
}
</style>
border-color css
<style>
span { border-color: #87485C; }
span { border-color: rgb(135,72,92); }
td.TdClassName
{
border-color: #87485C;
}
.TagClassName
{
border-color: #87485C;
}
</style>