Shades of Cannon Pink #88585D
Tints of Cannon Pink #88585D
RGB
CMYK
RGB Variations
Color information
#88585D (or 0x88585D) is known color: Cannon Pink. HEX triplet: 88, 58 and 5D. RGB value is (136,88,93). Sum of RGB (Red+Green+Blue) = 136+88+93=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88585D is #77A7A2. Grayscale: #666666. Windows color (decimal): -7841699 or 6117512. OLE color: 6117512.
HSL color Cylindrical-coordinate representation of color #88585D: hue angle of 353.75º 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 #88585D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 93 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.47 |
| HSL | 353.75º | 0.21% | 0.44% | - |
| HSV(B) | 353.75º | 0.35% | 0.53% | - |
| XYZ | 15.62 | 13 | 12.04 | - |
| YUV | 102.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 93 | 0 | 0.35 | 0.32 | 0.47 | 353.75 | 0.21 | 0.44 |
| Hex | 88 | 58 | 5D | 0 | 23 | 20 | 2F | 162 | 15 | 2C |
| Octal | 210 | 130 | 135 | 0 | 43 | 40 | 57 | 542 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1011101 | 0 | 100011 | 100000 | 101111 | 101100010 | 10101 | 101100 |
Color Harmonies of #88585D
Complementary color
Monochromatic Colors of #88585D
Black with #88585D
Text Example
Text Example
White with #88585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88585D; }
p { color: rgb(136,88,93); }
H1.HeaderClassName
{
color: #88585D;
}
.AnyTagClassName
{
color: #88585D;
}
</style>
background-color css
<style>
a { background-color: #88585D; }
a { background-color: rgb(136,88,93); }
div.DivClassName
{
background-color: #88585D;
}
.BgClassName
{
background-color: #88585D;
}
</style>
border-color css
<style>
span { border-color: #88585D; }
span { border-color: rgb(136,88,93); }
td.TdClassName
{
border-color: #88585D;
}
.TagClassName
{
border-color: #88585D;
}
</style>