Shades of Cannon Pink #88556C
Tints of Cannon Pink #88556C
RGB
CMYK
RGB Variations
Color information
#88556C (or 0x88556C) is known color: Cannon Pink. HEX triplet: 88, 55 and 6C. RGB value is (136,85,108). Sum of RGB (Red+Green+Blue) = 136+85+108=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88556C is #77AA93. Grayscale: #666666. Windows color (decimal): -7842452 or 7099784. OLE color: 7099784.
HSL color Cylindrical-coordinate representation of color #88556C: hue angle of 332.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88556C is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 108 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.47 |
| HSL | 332.94º | 0.23% | 0.43% | - |
| HSV(B) | 332.94º | 0.38% | 0.53% | - |
| XYZ | 16.11 | 12.81 | 15.81 | - |
| YUV | 102.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 108 | 0 | 0.38 | 0.21 | 0.47 | 332.94 | 0.23 | 0.43 |
| Hex | 88 | 55 | 6C | 0 | 26 | 15 | 2F | 14D | 17 | 2B |
| Octal | 210 | 125 | 154 | 0 | 46 | 25 | 57 | 515 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1101100 | 0 | 100110 | 10101 | 101111 | 101001101 | 10111 | 101011 |
Color Harmonies of #88556C
Complementary color
Monochromatic Colors of #88556C
Black with #88556C
Text Example
Text Example
White with #88556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88556C; }
p { color: rgb(136,85,108); }
H1.HeaderClassName
{
color: #88556C;
}
.AnyTagClassName
{
color: #88556C;
}
</style>
background-color css
<style>
a { background-color: #88556C; }
a { background-color: rgb(136,85,108); }
div.DivClassName
{
background-color: #88556C;
}
.BgClassName
{
background-color: #88556C;
}
</style>
border-color css
<style>
span { border-color: #88556C; }
span { border-color: rgb(136,85,108); }
td.TdClassName
{
border-color: #88556C;
}
.TagClassName
{
border-color: #88556C;
}
</style>