Shades of Cannon Pink #88516D
Tints of Cannon Pink #88516D
RGB
CMYK
RGB Variations
Color information
#88516D (or 0x88516D) is known color: Cannon Pink. HEX triplet: 88, 51 and 6D. RGB value is (136,81,109). Sum of RGB (Red+Green+Blue) = 136+81+109=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88516D is #77AE92. Grayscale: #646464. Windows color (decimal): -7843475 or 7164296. OLE color: 7164296.
HSL color Cylindrical-coordinate representation of color #88516D: hue angle of 329.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88516D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 109 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.47 |
| HSL | 329.45º | 0.25% | 0.43% | - |
| HSV(B) | 329.45º | 0.4% | 0.53% | - |
| XYZ | 15.86 | 12.22 | 15.99 | - |
| YUV | 100.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 109 | 0 | 0.40 | 0.20 | 0.47 | 329.45 | 0.25 | 0.43 |
| Hex | 88 | 51 | 6D | 0 | 28 | 14 | 2F | 149 | 19 | 2B |
| Octal | 210 | 121 | 155 | 0 | 50 | 24 | 57 | 511 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1101101 | 0 | 101000 | 10100 | 101111 | 101001001 | 11001 | 101011 |
Color Harmonies of #88516D
Complementary color
Monochromatic Colors of #88516D
Black with #88516D
Text Example
Text Example
White with #88516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88516D; }
p { color: rgb(136,81,109); }
H1.HeaderClassName
{
color: #88516D;
}
.AnyTagClassName
{
color: #88516D;
}
</style>
background-color css
<style>
a { background-color: #88516D; }
a { background-color: rgb(136,81,109); }
div.DivClassName
{
background-color: #88516D;
}
.BgClassName
{
background-color: #88516D;
}
</style>
border-color css
<style>
span { border-color: #88516D; }
span { border-color: rgb(136,81,109); }
td.TdClassName
{
border-color: #88516D;
}
.TagClassName
{
border-color: #88516D;
}
</style>