Shades of Cannon Pink #87566C
Tints of Cannon Pink #87566C
RGB
CMYK
RGB Variations
Color information
#87566C (or 0x87566C) is known color: Cannon Pink. HEX triplet: 87, 56 and 6C. RGB value is (135,86,108). Sum of RGB (Red+Green+Blue) = 135+86+108=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87566C is #78A993. Grayscale: #676767. Windows color (decimal): -7907732 or 7100039. OLE color: 7100039.
HSL color Cylindrical-coordinate representation of color #87566C: hue angle of 333.06º 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 #87566C is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 108 | - |
| CMYK | 0 | 0.36 | 0.2 | 0.47 |
| HSL | 333.06º | 0.22% | 0.43% | - |
| HSV(B) | 333.06º | 0.36% | 0.53% | - |
| XYZ | 16.03 | 12.89 | 15.83 | - |
| YUV | 103.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 108 | 0 | 0.36 | 0.2 | 0.47 | 333.06 | 0.22 | 0.43 |
| Hex | 87 | 56 | 6C | 0 | 24 | 14 | 2F | 14D | 16 | 2B |
| Octal | 207 | 126 | 154 | 0 | 44 | 24 | 57 | 515 | 26 | 53 |
| Binary | 10000111 | 1010110 | 1101100 | 0 | 100100 | 10100 | 101111 | 101001101 | 10110 | 101011 |
Color Harmonies of #87566C
Complementary color
Monochromatic Colors of #87566C
Black with #87566C
Text Example
Text Example
White with #87566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87566C; }
p { color: rgb(135,86,108); }
H1.HeaderClassName
{
color: #87566C;
}
.AnyTagClassName
{
color: #87566C;
}
</style>
background-color css
<style>
a { background-color: #87566C; }
a { background-color: rgb(135,86,108); }
div.DivClassName
{
background-color: #87566C;
}
.BgClassName
{
background-color: #87566C;
}
</style>
border-color css
<style>
span { border-color: #87566C; }
span { border-color: rgb(135,86,108); }
td.TdClassName
{
border-color: #87566C;
}
.TagClassName
{
border-color: #87566C;
}
</style>