Shades of Cannon Pink #87515D
Tints of Cannon Pink #87515D
RGB
CMYK
RGB Variations
Color information
#87515D (or 0x87515D) is known color: Cannon Pink. HEX triplet: 87, 51 and 5D. RGB value is (135,81,93). Sum of RGB (Red+Green+Blue) = 135+81+93=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87515D is #78AEA2. Grayscale: #626262. Windows color (decimal): -7909027 or 6115719. OLE color: 6115719.
HSL color Cylindrical-coordinate representation of color #87515D: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87515D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 93 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.47 |
| HSL | 346.67º | 0.25% | 0.42% | - |
| HSV(B) | 346.67º | 0.4% | 0.53% | - |
| XYZ | 14.91 | 11.83 | 11.85 | - |
| YUV | 98.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 93 | 0 | 0.40 | 0.31 | 0.47 | 346.67 | 0.25 | 0.42 |
| Hex | 87 | 51 | 5D | 0 | 28 | 1F | 2F | 15B | 19 | 2A |
| Octal | 207 | 121 | 135 | 0 | 50 | 37 | 57 | 533 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1011101 | 0 | 101000 | 11111 | 101111 | 101011011 | 11001 | 101010 |
Color Harmonies of #87515D
Complementary color
Monochromatic Colors of #87515D
Black with #87515D
Text Example
Text Example
White with #87515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87515D; }
p { color: rgb(135,81,93); }
H1.HeaderClassName
{
color: #87515D;
}
.AnyTagClassName
{
color: #87515D;
}
</style>
background-color css
<style>
a { background-color: #87515D; }
a { background-color: rgb(135,81,93); }
div.DivClassName
{
background-color: #87515D;
}
.BgClassName
{
background-color: #87515D;
}
</style>
border-color css
<style>
span { border-color: #87515D; }
span { border-color: rgb(135,81,93); }
td.TdClassName
{
border-color: #87515D;
}
.TagClassName
{
border-color: #87515D;
}
</style>