Shades of Cannon Pink #875860
Tints of Cannon Pink #875860
RGB
CMYK
RGB Variations
Color information
#875860 (or 0x875860) is known color: Cannon Pink. HEX triplet: 87, 58 and 60. RGB value is (135,88,96). Sum of RGB (Red+Green+Blue) = 135+88+96=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875860 is #78A79F. Grayscale: #666666. Windows color (decimal): -7907232 or 6314119. OLE color: 6314119.
HSL color Cylindrical-coordinate representation of color #875860: hue angle of 349.79º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875860 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 96 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.47 |
| HSL | 349.79º | 0.21% | 0.44% | - |
| HSV(B) | 349.79º | 0.35% | 0.53% | - |
| XYZ | 15.59 | 12.97 | 12.75 | - |
| YUV | 102.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 96 | 0 | 0.35 | 0.29 | 0.47 | 349.79 | 0.21 | 0.44 |
| Hex | 87 | 58 | 60 | 0 | 23 | 1D | 2F | 15E | 15 | 2C |
| Octal | 207 | 130 | 140 | 0 | 43 | 35 | 57 | 536 | 25 | 54 |
| Binary | 10000111 | 1011000 | 1100000 | 0 | 100011 | 11101 | 101111 | 101011110 | 10101 | 101100 |
Color Harmonies of #875860
Complementary color
Monochromatic Colors of #875860
Black with #875860
Text Example
Text Example
White with #875860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875860; }
p { color: rgb(135,88,96); }
H1.HeaderClassName
{
color: #875860;
}
.AnyTagClassName
{
color: #875860;
}
</style>
background-color css
<style>
a { background-color: #875860; }
a { background-color: rgb(135,88,96); }
div.DivClassName
{
background-color: #875860;
}
.BgClassName
{
background-color: #875860;
}
</style>
border-color css
<style>
span { border-color: #875860; }
span { border-color: rgb(135,88,96); }
td.TdClassName
{
border-color: #875860;
}
.TagClassName
{
border-color: #875860;
}
</style>