Shades of Cannon Pink #88565D
Tints of Cannon Pink #88565D
RGB
CMYK
RGB Variations
Color information
#88565D (or 0x88565D) is known color: Cannon Pink. HEX triplet: 88, 56 and 5D. RGB value is (136,86,93). Sum of RGB (Red+Green+Blue) = 136+86+93=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88565D is #77A9A2. Grayscale: #656565. Windows color (decimal): -7842211 or 6117000. OLE color: 6117000.
HSL color Cylindrical-coordinate representation of color #88565D: hue angle of 351.6º 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 #88565D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 93 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.47 |
| HSL | 351.6º | 0.23% | 0.44% | - |
| HSV(B) | 351.6º | 0.37% | 0.53% | - |
| XYZ | 15.46 | 12.68 | 11.99 | - |
| YUV | 101.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 93 | 0 | 0.37 | 0.32 | 0.47 | 351.6 | 0.23 | 0.44 |
| Hex | 88 | 56 | 5D | 0 | 25 | 20 | 2F | 160 | 17 | 2C |
| Octal | 210 | 126 | 135 | 0 | 45 | 40 | 57 | 540 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1011101 | 0 | 100101 | 100000 | 101111 | 101100000 | 10111 | 101100 |
Color Harmonies of #88565D
Complementary color
Monochromatic Colors of #88565D
Black with #88565D
Text Example
Text Example
White with #88565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88565D; }
p { color: rgb(136,86,93); }
H1.HeaderClassName
{
color: #88565D;
}
.AnyTagClassName
{
color: #88565D;
}
</style>
background-color css
<style>
a { background-color: #88565D; }
a { background-color: rgb(136,86,93); }
div.DivClassName
{
background-color: #88565D;
}
.BgClassName
{
background-color: #88565D;
}
</style>
border-color css
<style>
span { border-color: #88565D; }
span { border-color: rgb(136,86,93); }
td.TdClassName
{
border-color: #88565D;
}
.TagClassName
{
border-color: #88565D;
}
</style>