Shades of Cannon Pink #88526C
Tints of Cannon Pink #88526C
RGB
CMYK
RGB Variations
Color information
#88526C (or 0x88526C) is known color: Cannon Pink. HEX triplet: 88, 52 and 6C. RGB value is (136,82,108). Sum of RGB (Red+Green+Blue) = 136+82+108=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88526C is #77AD93. Grayscale: #656565. Windows color (decimal): -7843220 or 7099016. OLE color: 7099016.
HSL color Cylindrical-coordinate representation of color #88526C: hue angle of 331.11º 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 #88526C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 108 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.47 |
| HSL | 331.11º | 0.25% | 0.43% | - |
| HSV(B) | 331.11º | 0.4% | 0.53% | - |
| XYZ | 15.88 | 12.35 | 15.73 | - |
| YUV | 101.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 108 | 0 | 0.40 | 0.21 | 0.47 | 331.11 | 0.25 | 0.43 |
| Hex | 88 | 52 | 6C | 0 | 28 | 15 | 2F | 14B | 19 | 2B |
| Octal | 210 | 122 | 154 | 0 | 50 | 25 | 57 | 513 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1101100 | 0 | 101000 | 10101 | 101111 | 101001011 | 11001 | 101011 |
Color Harmonies of #88526C
Complementary color
Monochromatic Colors of #88526C
Black with #88526C
Text Example
Text Example
White with #88526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88526C; }
p { color: rgb(136,82,108); }
H1.HeaderClassName
{
color: #88526C;
}
.AnyTagClassName
{
color: #88526C;
}
</style>
background-color css
<style>
a { background-color: #88526C; }
a { background-color: rgb(136,82,108); }
div.DivClassName
{
background-color: #88526C;
}
.BgClassName
{
background-color: #88526C;
}
</style>
border-color css
<style>
span { border-color: #88526C; }
span { border-color: rgb(136,82,108); }
td.TdClassName
{
border-color: #88526C;
}
.TagClassName
{
border-color: #88526C;
}
</style>