Shades of Cannon Pink #88515C
Tints of Cannon Pink #88515C
RGB
CMYK
RGB Variations
Color information
#88515C (or 0x88515C) is known color: Cannon Pink. HEX triplet: 88, 51 and 5C. RGB value is (136,81,92). Sum of RGB (Red+Green+Blue) = 136+81+92=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515C is #77AEA3. Grayscale: #626262. Windows color (decimal): -7843492 or 6050184. OLE color: 6050184.
HSL color Cylindrical-coordinate representation of color #88515C: hue angle of 348º 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 #88515C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 92 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.47 |
| HSL | 348º | 0.25% | 0.43% | - |
| HSV(B) | 348º | 0.4% | 0.53% | - |
| XYZ | 15.03 | 11.89 | 11.63 | - |
| YUV | 98.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 92 | 0 | 0.40 | 0.32 | 0.47 | 348 | 0.25 | 0.43 |
| Hex | 88 | 51 | 5C | 0 | 28 | 20 | 2F | 15C | 19 | 2B |
| Octal | 210 | 121 | 134 | 0 | 50 | 40 | 57 | 534 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1011100 | 0 | 101000 | 100000 | 101111 | 101011100 | 11001 | 101011 |
Color Harmonies of #88515C
Complementary color
Monochromatic Colors of #88515C
Black with #88515C
Text Example
Text Example
White with #88515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88515C; }
p { color: rgb(136,81,92); }
H1.HeaderClassName
{
color: #88515C;
}
.AnyTagClassName
{
color: #88515C;
}
</style>
background-color css
<style>
a { background-color: #88515C; }
a { background-color: rgb(136,81,92); }
div.DivClassName
{
background-color: #88515C;
}
.BgClassName
{
background-color: #88515C;
}
</style>
border-color css
<style>
span { border-color: #88515C; }
span { border-color: rgb(136,81,92); }
td.TdClassName
{
border-color: #88515C;
}
.TagClassName
{
border-color: #88515C;
}
</style>