Shades of Cannon Pink #885870
Tints of Cannon Pink #885870
RGB
CMYK
RGB Variations
Color information
#885870 (or 0x885870) is known color: Cannon Pink. HEX triplet: 88, 58 and 70. RGB value is (136,88,112). Sum of RGB (Red+Green+Blue) = 136+88+112=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885870 is #77A78F. Grayscale: #696969. Windows color (decimal): -7841680 or 7362696. OLE color: 7362696.
HSL color Cylindrical-coordinate representation of color #885870: hue angle of 330º 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 #885870 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 112 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.47 |
| HSL | 330º | 0.21% | 0.44% | - |
| HSV(B) | 330º | 0.35% | 0.53% | - |
| XYZ | 16.57 | 13.38 | 17.04 | - |
| YUV | 105.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 112 | 0 | 0.35 | 0.18 | 0.47 | 330 | 0.21 | 0.44 |
| Hex | 88 | 58 | 70 | 0 | 23 | 12 | 2F | 14A | 15 | 2C |
| Octal | 210 | 130 | 160 | 0 | 43 | 22 | 57 | 512 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1110000 | 0 | 100011 | 10010 | 101111 | 101001010 | 10101 | 101100 |
Color Harmonies of #885870
Complementary color
Monochromatic Colors of #885870
Black with #885870
Text Example
Text Example
White with #885870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885870; }
p { color: rgb(136,88,112); }
H1.HeaderClassName
{
color: #885870;
}
.AnyTagClassName
{
color: #885870;
}
</style>
background-color css
<style>
a { background-color: #885870; }
a { background-color: rgb(136,88,112); }
div.DivClassName
{
background-color: #885870;
}
.BgClassName
{
background-color: #885870;
}
</style>
border-color css
<style>
span { border-color: #885870; }
span { border-color: rgb(136,88,112); }
td.TdClassName
{
border-color: #885870;
}
.TagClassName
{
border-color: #885870;
}
</style>