Shades of Cannon Pink #88485D
Tints of Cannon Pink #88485D
RGB
CMYK
RGB Variations
Color information
#88485D (or 0x88485D) is known color: Cannon Pink. HEX triplet: 88, 48 and 5D. RGB value is (136,72,93). Sum of RGB (Red+Green+Blue) = 136+72+93=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88485D is #77B7A2. Grayscale: #5D5D5D. Windows color (decimal): -7845795 or 6113416. OLE color: 6113416.
HSL color Cylindrical-coordinate representation of color #88485D: hue angle of 340.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88485D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 93 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.47 |
| HSL | 340.31º | 0.31% | 0.41% | - |
| HSV(B) | 340.31º | 0.47% | 0.53% | - |
| XYZ | 14.45 | 10.66 | 11.65 | - |
| YUV | 93.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 93 | 0 | 0.47 | 0.32 | 0.47 | 340.31 | 0.31 | 0.41 |
| Hex | 88 | 48 | 5D | 0 | 2F | 20 | 2F | 154 | 1F | 29 |
| Octal | 210 | 110 | 135 | 0 | 57 | 40 | 57 | 524 | 37 | 51 |
| Binary | 10001000 | 1001000 | 1011101 | 0 | 101111 | 100000 | 101111 | 101010100 | 11111 | 101001 |
Color Harmonies of #88485D
Complementary color
Monochromatic Colors of #88485D
Black with #88485D
Text Example
Text Example
White with #88485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88485D; }
p { color: rgb(136,72,93); }
H1.HeaderClassName
{
color: #88485D;
}
.AnyTagClassName
{
color: #88485D;
}
</style>
background-color css
<style>
a { background-color: #88485D; }
a { background-color: rgb(136,72,93); }
div.DivClassName
{
background-color: #88485D;
}
.BgClassName
{
background-color: #88485D;
}
</style>
border-color css
<style>
span { border-color: #88485D; }
span { border-color: rgb(136,72,93); }
td.TdClassName
{
border-color: #88485D;
}
.TagClassName
{
border-color: #88485D;
}
</style>