Shades of Cannon Pink #88555B
Tints of Cannon Pink #88555B
RGB
CMYK
RGB Variations
Color information
#88555B (or 0x88555B) is known color: Cannon Pink. HEX triplet: 88, 55 and 5B. RGB value is (136,85,91). Sum of RGB (Red+Green+Blue) = 136+85+91=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88555B is #77AAA4. Grayscale: #646464. Windows color (decimal): -7842469 or 5985672. OLE color: 5985672.
HSL color Cylindrical-coordinate representation of color #88555B: hue angle of 352.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88555B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 91 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.47 |
| HSL | 352.94º | 0.23% | 0.43% | - |
| HSV(B) | 352.94º | 0.38% | 0.53% | - |
| XYZ | 15.29 | 12.49 | 11.5 | - |
| YUV | 100.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 91 | 0 | 0.38 | 0.33 | 0.47 | 352.94 | 0.23 | 0.43 |
| Hex | 88 | 55 | 5B | 0 | 26 | 21 | 2F | 161 | 17 | 2B |
| Octal | 210 | 125 | 133 | 0 | 46 | 41 | 57 | 541 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1011011 | 0 | 100110 | 100001 | 101111 | 101100001 | 10111 | 101011 |
Color Harmonies of #88555B
Complementary color
Monochromatic Colors of #88555B
Black with #88555B
Text Example
Text Example
White with #88555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88555B; }
p { color: rgb(136,85,91); }
H1.HeaderClassName
{
color: #88555B;
}
.AnyTagClassName
{
color: #88555B;
}
</style>
background-color css
<style>
a { background-color: #88555B; }
a { background-color: rgb(136,85,91); }
div.DivClassName
{
background-color: #88555B;
}
.BgClassName
{
background-color: #88555B;
}
</style>
border-color css
<style>
span { border-color: #88555B; }
span { border-color: rgb(136,85,91); }
td.TdClassName
{
border-color: #88555B;
}
.TagClassName
{
border-color: #88555B;
}
</style>