Shades of Cannon Pink #87505A
Tints of Cannon Pink #87505A
RGB
CMYK
RGB Variations
Color information
#87505A (or 0x87505A) is known color: Cannon Pink. HEX triplet: 87, 50 and 5A. RGB value is (135,80,90). Sum of RGB (Red+Green+Blue) = 135+80+90=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #87505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505A is #78AFA5. Grayscale: #616161. Windows color (decimal): -7909286 or 5918855. OLE color: 5918855.
HSL color Cylindrical-coordinate representation of color #87505A: hue angle of 349.09º 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 #87505A is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 90 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.47 |
| HSL | 349.09º | 0.26% | 0.42% | - |
| HSV(B) | 349.09º | 0.41% | 0.53% | - |
| XYZ | 14.71 | 11.63 | 11.14 | - |
| YUV | 97.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 90 | 0 | 0.41 | 0.33 | 0.47 | 349.09 | 0.26 | 0.42 |
| Hex | 87 | 50 | 5A | 0 | 29 | 21 | 2F | 15D | 1A | 2A |
| Octal | 207 | 120 | 132 | 0 | 51 | 41 | 57 | 535 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1011010 | 0 | 101001 | 100001 | 101111 | 101011101 | 11010 | 101010 |
Color Harmonies of #87505A
Complementary color
Monochromatic Colors of #87505A
Black with #87505A
Text Example
Text Example
White with #87505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87505A; }
p { color: rgb(135,80,90); }
H1.HeaderClassName
{
color: #87505A;
}
.AnyTagClassName
{
color: #87505A;
}
</style>
background-color css
<style>
a { background-color: #87505A; }
a { background-color: rgb(135,80,90); }
div.DivClassName
{
background-color: #87505A;
}
.BgClassName
{
background-color: #87505A;
}
</style>
border-color css
<style>
span { border-color: #87505A; }
span { border-color: rgb(135,80,90); }
td.TdClassName
{
border-color: #87505A;
}
.TagClassName
{
border-color: #87505A;
}
</style>