Shades of Cannon Pink #88595E
Tints of Cannon Pink #88595E
RGB
CMYK
RGB Variations
Color information
#88595E (or 0x88595E) is known color: Cannon Pink. HEX triplet: 88, 59 and 5E. RGB value is (136,89,94). Sum of RGB (Red+Green+Blue) = 136+89+94=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #88595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88595E is #77A6A1. Grayscale: #676767. Windows color (decimal): -7841442 or 6183304. OLE color: 6183304.
HSL color Cylindrical-coordinate representation of color #88595E: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88595E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 94 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.47 |
| HSL | 353.62º | 0.21% | 0.44% | - |
| HSV(B) | 353.62º | 0.35% | 0.53% | - |
| XYZ | 15.75 | 13.19 | 12.31 | - |
| YUV | 103.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 94 | 0 | 0.35 | 0.31 | 0.47 | 353.62 | 0.21 | 0.44 |
| Hex | 88 | 59 | 5E | 0 | 23 | 1F | 2F | 162 | 15 | 2C |
| Octal | 210 | 131 | 136 | 0 | 43 | 37 | 57 | 542 | 25 | 54 |
| Binary | 10001000 | 1011001 | 1011110 | 0 | 100011 | 11111 | 101111 | 101100010 | 10101 | 101100 |
Color Harmonies of #88595E
Complementary color
Monochromatic Colors of #88595E
Black with #88595E
Text Example
Text Example
White with #88595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88595E; }
p { color: rgb(136,89,94); }
H1.HeaderClassName
{
color: #88595E;
}
.AnyTagClassName
{
color: #88595E;
}
</style>
background-color css
<style>
a { background-color: #88595E; }
a { background-color: rgb(136,89,94); }
div.DivClassName
{
background-color: #88595E;
}
.BgClassName
{
background-color: #88595E;
}
</style>
border-color css
<style>
span { border-color: #88595E; }
span { border-color: rgb(136,89,94); }
td.TdClassName
{
border-color: #88595E;
}
.TagClassName
{
border-color: #88595E;
}
</style>