Shades of Cannon Pink #875565
Tints of Cannon Pink #875565
RGB
CMYK
RGB Variations
Color information
#875565 (or 0x875565) is known color: Cannon Pink. HEX triplet: 87, 55 and 65. RGB value is (135,85,101). Sum of RGB (Red+Green+Blue) = 135+85+101=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875565 is #78AA9A. Grayscale: #656565. Windows color (decimal): -7907995 or 6641031. OLE color: 6641031.
HSL color Cylindrical-coordinate representation of color #875565: hue angle of 340.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875565 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 101 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.47 |
| HSL | 340.8º | 0.23% | 0.43% | - |
| HSV(B) | 340.8º | 0.37% | 0.53% | - |
| XYZ | 15.59 | 12.59 | 13.92 | - |
| YUV | 101.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 101 | 0 | 0.37 | 0.25 | 0.47 | 340.8 | 0.23 | 0.43 |
| Hex | 87 | 55 | 65 | 0 | 25 | 19 | 2F | 155 | 17 | 2B |
| Octal | 207 | 125 | 145 | 0 | 45 | 31 | 57 | 525 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1100101 | 0 | 100101 | 11001 | 101111 | 101010101 | 10111 | 101011 |
Color Harmonies of #875565
Complementary color
Monochromatic Colors of #875565
Black with #875565
Text Example
Text Example
White with #875565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875565; }
p { color: rgb(135,85,101); }
H1.HeaderClassName
{
color: #875565;
}
.AnyTagClassName
{
color: #875565;
}
</style>
background-color css
<style>
a { background-color: #875565; }
a { background-color: rgb(135,85,101); }
div.DivClassName
{
background-color: #875565;
}
.BgClassName
{
background-color: #875565;
}
</style>
border-color css
<style>
span { border-color: #875565; }
span { border-color: rgb(135,85,101); }
td.TdClassName
{
border-color: #875565;
}
.TagClassName
{
border-color: #875565;
}
</style>