Shades of Cannon Pink #87505C
Tints of Cannon Pink #87505C
RGB
CMYK
RGB Variations
Color information
#87505C (or 0x87505C) is known color: Cannon Pink. HEX triplet: 87, 50 and 5C. RGB value is (135,80,92). Sum of RGB (Red+Green+Blue) = 135+80+92=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505C is #78AFA3. Grayscale: #616161. Windows color (decimal): -7909284 or 6049927. OLE color: 6049927.
HSL color Cylindrical-coordinate representation of color #87505C: hue angle of 346.91º 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 #87505C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 92 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.47 |
| HSL | 346.91º | 0.26% | 0.42% | - |
| HSV(B) | 346.91º | 0.41% | 0.53% | - |
| XYZ | 14.79 | 11.66 | 11.6 | - |
| YUV | 97.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 92 | 0 | 0.41 | 0.32 | 0.47 | 346.91 | 0.26 | 0.42 |
| Hex | 87 | 50 | 5C | 0 | 29 | 20 | 2F | 15B | 1A | 2A |
| Octal | 207 | 120 | 134 | 0 | 51 | 40 | 57 | 533 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1011100 | 0 | 101001 | 100000 | 101111 | 101011011 | 11010 | 101010 |
Color Harmonies of #87505C
Complementary color
Monochromatic Colors of #87505C
Black with #87505C
Text Example
Text Example
White with #87505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87505C; }
p { color: rgb(135,80,92); }
H1.HeaderClassName
{
color: #87505C;
}
.AnyTagClassName
{
color: #87505C;
}
</style>
background-color css
<style>
a { background-color: #87505C; }
a { background-color: rgb(135,80,92); }
div.DivClassName
{
background-color: #87505C;
}
.BgClassName
{
background-color: #87505C;
}
</style>
border-color css
<style>
span { border-color: #87505C; }
span { border-color: rgb(135,80,92); }
td.TdClassName
{
border-color: #87505C;
}
.TagClassName
{
border-color: #87505C;
}
</style>