Shades of Cannon Pink #88515D
Tints of Cannon Pink #88515D
RGB
CMYK
RGB Variations
Color information
#88515D (or 0x88515D) is known color: Cannon Pink. HEX triplet: 88, 51 and 5D. RGB value is (136,81,93). Sum of RGB (Red+Green+Blue) = 136+81+93=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515D is #77AEA2. Grayscale: #626262. Windows color (decimal): -7843491 or 6115720. OLE color: 6115720.
HSL color Cylindrical-coordinate representation of color #88515D: hue angle of 346.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88515D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 93 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.47 |
| HSL | 346.91º | 0.25% | 0.43% | - |
| HSV(B) | 346.91º | 0.4% | 0.53% | - |
| XYZ | 15.07 | 11.91 | 11.86 | - |
| YUV | 98.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 93 | 0 | 0.40 | 0.32 | 0.47 | 346.91 | 0.25 | 0.43 |
| Hex | 88 | 51 | 5D | 0 | 28 | 20 | 2F | 15B | 19 | 2B |
| Octal | 210 | 121 | 135 | 0 | 50 | 40 | 57 | 533 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1011101 | 0 | 101000 | 100000 | 101111 | 101011011 | 11001 | 101011 |
Color Harmonies of #88515D
Complementary color
Monochromatic Colors of #88515D
Black with #88515D
Text Example
Text Example
White with #88515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88515D; }
p { color: rgb(136,81,93); }
H1.HeaderClassName
{
color: #88515D;
}
.AnyTagClassName
{
color: #88515D;
}
</style>
background-color css
<style>
a { background-color: #88515D; }
a { background-color: rgb(136,81,93); }
div.DivClassName
{
background-color: #88515D;
}
.BgClassName
{
background-color: #88515D;
}
</style>
border-color css
<style>
span { border-color: #88515D; }
span { border-color: rgb(136,81,93); }
td.TdClassName
{
border-color: #88515D;
}
.TagClassName
{
border-color: #88515D;
}
</style>