Shades of Cannon Pink #88505D
Tints of Cannon Pink #88505D
RGB
CMYK
RGB Variations
Color information
#88505D (or 0x88505D) is known color: Cannon Pink. HEX triplet: 88, 50 and 5D. RGB value is (136,80,93). Sum of RGB (Red+Green+Blue) = 136+80+93=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88505D is #77AFA2. Grayscale: #626262. Windows color (decimal): -7843747 or 6115464. OLE color: 6115464.
HSL color Cylindrical-coordinate representation of color #88505D: hue angle of 346.07º 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 #88505D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 93 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.47 |
| HSL | 346.07º | 0.26% | 0.42% | - |
| HSV(B) | 346.07º | 0.41% | 0.53% | - |
| XYZ | 15 | 11.76 | 11.84 | - |
| YUV | 98.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 93 | 0 | 0.41 | 0.32 | 0.47 | 346.07 | 0.26 | 0.42 |
| Hex | 88 | 50 | 5D | 0 | 29 | 20 | 2F | 15A | 1A | 2A |
| Octal | 210 | 120 | 135 | 0 | 51 | 40 | 57 | 532 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1011101 | 0 | 101001 | 100000 | 101111 | 101011010 | 11010 | 101010 |
Color Harmonies of #88505D
Complementary color
Monochromatic Colors of #88505D
Black with #88505D
Text Example
Text Example
White with #88505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88505D; }
p { color: rgb(136,80,93); }
H1.HeaderClassName
{
color: #88505D;
}
.AnyTagClassName
{
color: #88505D;
}
</style>
background-color css
<style>
a { background-color: #88505D; }
a { background-color: rgb(136,80,93); }
div.DivClassName
{
background-color: #88505D;
}
.BgClassName
{
background-color: #88505D;
}
</style>
border-color css
<style>
span { border-color: #88505D; }
span { border-color: rgb(136,80,93); }
td.TdClassName
{
border-color: #88505D;
}
.TagClassName
{
border-color: #88505D;
}
</style>