Shades of Cannon Pink #88535B
Tints of Cannon Pink #88535B
RGB
CMYK
RGB Variations
Color information
#88535B (or 0x88535B) is known color: Cannon Pink. HEX triplet: 88, 53 and 5B. RGB value is (136,83,91). Sum of RGB (Red+Green+Blue) = 136+83+91=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535B is #77ACA4. Grayscale: #636363. Windows color (decimal): -7842981 or 5985160. OLE color: 5985160.
HSL color Cylindrical-coordinate representation of color #88535B: hue angle of 350.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88535B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 91 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.47 |
| HSL | 350.94º | 0.24% | 0.43% | - |
| HSV(B) | 350.94º | 0.39% | 0.53% | - |
| XYZ | 15.13 | 12.18 | 11.45 | - |
| YUV | 99.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 91 | 0 | 0.39 | 0.33 | 0.47 | 350.94 | 0.24 | 0.43 |
| Hex | 88 | 53 | 5B | 0 | 27 | 21 | 2F | 15F | 18 | 2B |
| Octal | 210 | 123 | 133 | 0 | 47 | 41 | 57 | 537 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1011011 | 0 | 100111 | 100001 | 101111 | 101011111 | 11000 | 101011 |
Color Harmonies of #88535B
Complementary color
Monochromatic Colors of #88535B
Black with #88535B
Text Example
Text Example
White with #88535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88535B; }
p { color: rgb(136,83,91); }
H1.HeaderClassName
{
color: #88535B;
}
.AnyTagClassName
{
color: #88535B;
}
</style>
background-color css
<style>
a { background-color: #88535B; }
a { background-color: rgb(136,83,91); }
div.DivClassName
{
background-color: #88535B;
}
.BgClassName
{
background-color: #88535B;
}
</style>
border-color css
<style>
span { border-color: #88535B; }
span { border-color: rgb(136,83,91); }
td.TdClassName
{
border-color: #88535B;
}
.TagClassName
{
border-color: #88535B;
}
</style>