Shades of Cannon Pink #88556F
Tints of Cannon Pink #88556F
RGB
CMYK
RGB Variations
Color information
#88556F (or 0x88556F) is known color: Cannon Pink. HEX triplet: 88, 55 and 6F. RGB value is (136,85,111). Sum of RGB (Red+Green+Blue) = 136+85+111=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88556F is #77AA90. Grayscale: #676767. Windows color (decimal): -7842449 or 7296392. OLE color: 7296392.
HSL color Cylindrical-coordinate representation of color #88556F: hue angle of 329.41º 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 #88556F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 111 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.47 |
| HSL | 329.41º | 0.23% | 0.43% | - |
| HSV(B) | 329.41º | 0.38% | 0.53% | - |
| XYZ | 16.27 | 12.88 | 16.67 | - |
| YUV | 103.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 111 | 0 | 0.38 | 0.18 | 0.47 | 329.41 | 0.23 | 0.43 |
| Hex | 88 | 55 | 6F | 0 | 26 | 12 | 2F | 149 | 17 | 2B |
| Octal | 210 | 125 | 157 | 0 | 46 | 22 | 57 | 511 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1101111 | 0 | 100110 | 10010 | 101111 | 101001001 | 10111 | 101011 |
Color Harmonies of #88556F
Complementary color
Monochromatic Colors of #88556F
Black with #88556F
Text Example
Text Example
White with #88556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88556F; }
p { color: rgb(136,85,111); }
H1.HeaderClassName
{
color: #88556F;
}
.AnyTagClassName
{
color: #88556F;
}
</style>
background-color css
<style>
a { background-color: #88556F; }
a { background-color: rgb(136,85,111); }
div.DivClassName
{
background-color: #88556F;
}
.BgClassName
{
background-color: #88556F;
}
</style>
border-color css
<style>
span { border-color: #88556F; }
span { border-color: rgb(136,85,111); }
td.TdClassName
{
border-color: #88556F;
}
.TagClassName
{
border-color: #88556F;
}
</style>