Shades of Cannon Pink #88506D
Tints of Cannon Pink #88506D
RGB
CMYK
RGB Variations
Color information
#88506D (or 0x88506D) is known color: Cannon Pink. HEX triplet: 88, 50 and 6D. RGB value is (136,80,109). Sum of RGB (Red+Green+Blue) = 136+80+109=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88506D is #77AF92. Grayscale: #636363. Windows color (decimal): -7843731 or 7164040. OLE color: 7164040.
HSL color Cylindrical-coordinate representation of color #88506D: hue angle of 328.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88506D is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 109 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.47 |
| HSL | 328.93º | 0.26% | 0.42% | - |
| HSV(B) | 328.93º | 0.41% | 0.53% | - |
| XYZ | 15.78 | 12.08 | 15.97 | - |
| YUV | 100.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 109 | 0 | 0.41 | 0.20 | 0.47 | 328.93 | 0.26 | 0.42 |
| Hex | 88 | 50 | 6D | 0 | 29 | 14 | 2F | 149 | 1A | 2A |
| Octal | 210 | 120 | 155 | 0 | 51 | 24 | 57 | 511 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1101101 | 0 | 101001 | 10100 | 101111 | 101001001 | 11010 | 101010 |
Color Harmonies of #88506D
Complementary color
Monochromatic Colors of #88506D
Black with #88506D
Text Example
Text Example
White with #88506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88506D; }
p { color: rgb(136,80,109); }
H1.HeaderClassName
{
color: #88506D;
}
.AnyTagClassName
{
color: #88506D;
}
</style>
background-color css
<style>
a { background-color: #88506D; }
a { background-color: rgb(136,80,109); }
div.DivClassName
{
background-color: #88506D;
}
.BgClassName
{
background-color: #88506D;
}
</style>
border-color css
<style>
span { border-color: #88506D; }
span { border-color: rgb(136,80,109); }
td.TdClassName
{
border-color: #88506D;
}
.TagClassName
{
border-color: #88506D;
}
</style>