Shades of Cannon Pink #88556B
Tints of Cannon Pink #88556B
RGB
CMYK
RGB Variations
Color information
#88556B (or 0x88556B) is known color: Cannon Pink. HEX triplet: 88, 55 and 6B. RGB value is (136,85,107). Sum of RGB (Red+Green+Blue) = 136+85+107=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88556B is #77AA94. Grayscale: #666666. Windows color (decimal): -7842453 or 7034248. OLE color: 7034248.
HSL color Cylindrical-coordinate representation of color #88556B: hue angle of 334.12º 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 #88556B is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 107 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.47 |
| HSL | 334.12º | 0.23% | 0.43% | - |
| HSV(B) | 334.12º | 0.38% | 0.53% | - |
| XYZ | 16.06 | 12.79 | 15.53 | - |
| YUV | 102.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 107 | 0 | 0.38 | 0.21 | 0.47 | 334.12 | 0.23 | 0.43 |
| Hex | 88 | 55 | 6B | 0 | 26 | 15 | 2F | 14E | 17 | 2B |
| Octal | 210 | 125 | 153 | 0 | 46 | 25 | 57 | 516 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1101011 | 0 | 100110 | 10101 | 101111 | 101001110 | 10111 | 101011 |
Color Harmonies of #88556B
Complementary color
Monochromatic Colors of #88556B
Black with #88556B
Text Example
Text Example
White with #88556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88556B; }
p { color: rgb(136,85,107); }
H1.HeaderClassName
{
color: #88556B;
}
.AnyTagClassName
{
color: #88556B;
}
</style>
background-color css
<style>
a { background-color: #88556B; }
a { background-color: rgb(136,85,107); }
div.DivClassName
{
background-color: #88556B;
}
.BgClassName
{
background-color: #88556B;
}
</style>
border-color css
<style>
span { border-color: #88556B; }
span { border-color: rgb(136,85,107); }
td.TdClassName
{
border-color: #88556B;
}
.TagClassName
{
border-color: #88556B;
}
</style>