Shades of Cannon Pink #88566D
Tints of Cannon Pink #88566D
RGB
CMYK
RGB Variations
Color information
#88566D (or 0x88566D) is known color: Cannon Pink. HEX triplet: 88, 56 and 6D. RGB value is (136,86,109). Sum of RGB (Red+Green+Blue) = 136+86+109=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88566D is #77A992. Grayscale: #676767. Windows color (decimal): -7842195 or 7165576. OLE color: 7165576.
HSL color Cylindrical-coordinate representation of color #88566D: hue angle of 332.4º 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 #88566D is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 109 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.47 |
| HSL | 332.4º | 0.23% | 0.44% | - |
| HSV(B) | 332.4º | 0.37% | 0.53% | - |
| XYZ | 16.24 | 12.99 | 16.12 | - |
| YUV | 103.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 109 | 0 | 0.37 | 0.20 | 0.47 | 332.4 | 0.23 | 0.44 |
| Hex | 88 | 56 | 6D | 0 | 25 | 14 | 2F | 14C | 17 | 2C |
| Octal | 210 | 126 | 155 | 0 | 45 | 24 | 57 | 514 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1101101 | 0 | 100101 | 10100 | 101111 | 101001100 | 10111 | 101100 |
Color Harmonies of #88566D
Complementary color
Monochromatic Colors of #88566D
Black with #88566D
Text Example
Text Example
White with #88566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88566D; }
p { color: rgb(136,86,109); }
H1.HeaderClassName
{
color: #88566D;
}
.AnyTagClassName
{
color: #88566D;
}
</style>
background-color css
<style>
a { background-color: #88566D; }
a { background-color: rgb(136,86,109); }
div.DivClassName
{
background-color: #88566D;
}
.BgClassName
{
background-color: #88566D;
}
</style>
border-color css
<style>
span { border-color: #88566D; }
span { border-color: rgb(136,86,109); }
td.TdClassName
{
border-color: #88566D;
}
.TagClassName
{
border-color: #88566D;
}
</style>