Shades of Cannon Pink #885564
Tints of Cannon Pink #885564
RGB
CMYK
RGB Variations
Color information
#885564 (or 0x885564) is known color: Cannon Pink. HEX triplet: 88, 55 and 64. RGB value is (136,85,100). Sum of RGB (Red+Green+Blue) = 136+85+100=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #885564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885564 is #77AA9B. Grayscale: #656565. Windows color (decimal): -7842460 or 6575496. OLE color: 6575496.
HSL color Cylindrical-coordinate representation of color #885564: hue angle of 342.35º 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 #885564 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 100 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.47 |
| HSL | 342.35º | 0.23% | 0.43% | - |
| HSV(B) | 342.35º | 0.38% | 0.53% | - |
| XYZ | 15.7 | 12.65 | 13.67 | - |
| YUV | 101.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 100 | 0 | 0.38 | 0.26 | 0.47 | 342.35 | 0.23 | 0.43 |
| Hex | 88 | 55 | 64 | 0 | 26 | 1A | 2F | 156 | 17 | 2B |
| Octal | 210 | 125 | 144 | 0 | 46 | 32 | 57 | 526 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1100100 | 0 | 100110 | 11010 | 101111 | 101010110 | 10111 | 101011 |
Color Harmonies of #885564
Complementary color
Monochromatic Colors of #885564
Black with #885564
Text Example
Text Example
White with #885564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885564; }
p { color: rgb(136,85,100); }
H1.HeaderClassName
{
color: #885564;
}
.AnyTagClassName
{
color: #885564;
}
</style>
background-color css
<style>
a { background-color: #885564; }
a { background-color: rgb(136,85,100); }
div.DivClassName
{
background-color: #885564;
}
.BgClassName
{
background-color: #885564;
}
</style>
border-color css
<style>
span { border-color: #885564; }
span { border-color: rgb(136,85,100); }
td.TdClassName
{
border-color: #885564;
}
.TagClassName
{
border-color: #885564;
}
</style>