Shades of Cannon Pink #885570
Tints of Cannon Pink #885570
RGB
CMYK
RGB Variations
Color information
#885570 (or 0x885570) is known color: Cannon Pink. HEX triplet: 88, 55 and 70. RGB value is (136,85,112). Sum of RGB (Red+Green+Blue) = 136+85+112=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885570 is #77AA8F. Grayscale: #676767. Windows color (decimal): -7842448 or 7361928. OLE color: 7361928.
HSL color Cylindrical-coordinate representation of color #885570: hue angle of 328.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885570 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 112 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.47 |
| HSL | 328.24º | 0.23% | 0.43% | - |
| HSV(B) | 328.24º | 0.38% | 0.53% | - |
| XYZ | 16.33 | 12.9 | 16.96 | - |
| YUV | 103.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 112 | 0 | 0.38 | 0.18 | 0.47 | 328.24 | 0.23 | 0.43 |
| Hex | 88 | 55 | 70 | 0 | 26 | 12 | 2F | 148 | 17 | 2B |
| Octal | 210 | 125 | 160 | 0 | 46 | 22 | 57 | 510 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1110000 | 0 | 100110 | 10010 | 101111 | 101001000 | 10111 | 101011 |
Color Harmonies of #885570
Complementary color
Monochromatic Colors of #885570
Black with #885570
Text Example
Text Example
White with #885570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885570; }
p { color: rgb(136,85,112); }
H1.HeaderClassName
{
color: #885570;
}
.AnyTagClassName
{
color: #885570;
}
</style>
background-color css
<style>
a { background-color: #885570; }
a { background-color: rgb(136,85,112); }
div.DivClassName
{
background-color: #885570;
}
.BgClassName
{
background-color: #885570;
}
</style>
border-color css
<style>
span { border-color: #885570; }
span { border-color: rgb(136,85,112); }
td.TdClassName
{
border-color: #885570;
}
.TagClassName
{
border-color: #885570;
}
</style>