Shades of Cannon Pink #87566D
Tints of Cannon Pink #87566D
RGB
CMYK
RGB Variations
Color information
#87566D (or 0x87566D) is known color: Cannon Pink. HEX triplet: 87, 56 and 6D. RGB value is (135,86,109). Sum of RGB (Red+Green+Blue) = 135+86+109=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87566D is #78A992. Grayscale: #676767. Windows color (decimal): -7907731 or 7165575. OLE color: 7165575.
HSL color Cylindrical-coordinate representation of color #87566D: hue angle of 331.84º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87566D is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 109 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.47 |
| HSL | 331.84º | 0.22% | 0.43% | - |
| HSV(B) | 331.84º | 0.36% | 0.53% | - |
| XYZ | 16.08 | 12.91 | 16.11 | - |
| YUV | 103.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 109 | 0 | 0.36 | 0.19 | 0.47 | 331.84 | 0.22 | 0.43 |
| Hex | 87 | 56 | 6D | 0 | 24 | 13 | 2F | 14C | 16 | 2B |
| Octal | 207 | 126 | 155 | 0 | 44 | 23 | 57 | 514 | 26 | 53 |
| Binary | 10000111 | 1010110 | 1101101 | 0 | 100100 | 10011 | 101111 | 101001100 | 10110 | 101011 |
Color Harmonies of #87566D
Complementary color
Monochromatic Colors of #87566D
Black with #87566D
Text Example
Text Example
White with #87566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87566D; }
p { color: rgb(135,86,109); }
H1.HeaderClassName
{
color: #87566D;
}
.AnyTagClassName
{
color: #87566D;
}
</style>
background-color css
<style>
a { background-color: #87566D; }
a { background-color: rgb(135,86,109); }
div.DivClassName
{
background-color: #87566D;
}
.BgClassName
{
background-color: #87566D;
}
</style>
border-color css
<style>
span { border-color: #87566D; }
span { border-color: rgb(135,86,109); }
td.TdClassName
{
border-color: #87566D;
}
.TagClassName
{
border-color: #87566D;
}
</style>