Shades of Cannon Pink #88566F
Tints of Cannon Pink #88566F
RGB
CMYK
RGB Variations
Color information
#88566F (or 0x88566F) is known color: Cannon Pink. HEX triplet: 88, 56 and 6F. RGB value is (136,86,111). Sum of RGB (Red+Green+Blue) = 136+86+111=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88566F is #77A990. Grayscale: #676767. Windows color (decimal): -7842193 or 7296648. OLE color: 7296648.
HSL color Cylindrical-coordinate representation of color #88566F: hue angle of 330º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88566F is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 111 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.47 |
| HSL | 330º | 0.23% | 0.44% | - |
| HSV(B) | 330º | 0.37% | 0.53% | - |
| XYZ | 16.35 | 13.04 | 16.69 | - |
| YUV | 103.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 111 | 0 | 0.37 | 0.18 | 0.47 | 330 | 0.23 | 0.44 |
| Hex | 88 | 56 | 6F | 0 | 25 | 12 | 2F | 14A | 17 | 2C |
| Octal | 210 | 126 | 157 | 0 | 45 | 22 | 57 | 512 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1101111 | 0 | 100101 | 10010 | 101111 | 101001010 | 10111 | 101100 |
Color Harmonies of #88566F
Complementary color
Monochromatic Colors of #88566F
Black with #88566F
Text Example
Text Example
White with #88566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88566F; }
p { color: rgb(136,86,111); }
H1.HeaderClassName
{
color: #88566F;
}
.AnyTagClassName
{
color: #88566F;
}
</style>
background-color css
<style>
a { background-color: #88566F; }
a { background-color: rgb(136,86,111); }
div.DivClassName
{
background-color: #88566F;
}
.BgClassName
{
background-color: #88566F;
}
</style>
border-color css
<style>
span { border-color: #88566F; }
span { border-color: rgb(136,86,111); }
td.TdClassName
{
border-color: #88566F;
}
.TagClassName
{
border-color: #88566F;
}
</style>