Shades of Cannon Pink #88565C
Tints of Cannon Pink #88565C
RGB
CMYK
RGB Variations
Color information
#88565C (or 0x88565C) is known color: Cannon Pink. HEX triplet: 88, 56 and 5C. RGB value is (136,86,92). Sum of RGB (Red+Green+Blue) = 136+86+92=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88565C is #77A9A3. Grayscale: #656565. Windows color (decimal): -7842212 or 6051464. OLE color: 6051464.
HSL color Cylindrical-coordinate representation of color #88565C: hue angle of 352.8º 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 #88565C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 92 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.47 |
| HSL | 352.8º | 0.23% | 0.44% | - |
| HSV(B) | 352.8º | 0.37% | 0.53% | - |
| XYZ | 15.41 | 12.66 | 11.76 | - |
| YUV | 101.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 92 | 0 | 0.37 | 0.32 | 0.47 | 352.8 | 0.23 | 0.44 |
| Hex | 88 | 56 | 5C | 0 | 25 | 20 | 2F | 161 | 17 | 2C |
| Octal | 210 | 126 | 134 | 0 | 45 | 40 | 57 | 541 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1011100 | 0 | 100101 | 100000 | 101111 | 101100001 | 10111 | 101100 |
Color Harmonies of #88565C
Complementary color
Monochromatic Colors of #88565C
Black with #88565C
Text Example
Text Example
White with #88565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88565C; }
p { color: rgb(136,86,92); }
H1.HeaderClassName
{
color: #88565C;
}
.AnyTagClassName
{
color: #88565C;
}
</style>
background-color css
<style>
a { background-color: #88565C; }
a { background-color: rgb(136,86,92); }
div.DivClassName
{
background-color: #88565C;
}
.BgClassName
{
background-color: #88565C;
}
</style>
border-color css
<style>
span { border-color: #88565C; }
span { border-color: rgb(136,86,92); }
td.TdClassName
{
border-color: #88565C;
}
.TagClassName
{
border-color: #88565C;
}
</style>