Shades of Cannon Pink #88545C
Tints of Cannon Pink #88545C
RGB
CMYK
RGB Variations
Color information
#88545C (or 0x88545C) is known color: Cannon Pink. HEX triplet: 88, 54 and 5C. RGB value is (136,84,92). Sum of RGB (Red+Green+Blue) = 136+84+92=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88545C is #77ABA3. Grayscale: #646464. Windows color (decimal): -7842724 or 6050952. OLE color: 6050952.
HSL color Cylindrical-coordinate representation of color #88545C: hue angle of 350.77º degrees, saturation: 0.24, 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 #88545C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 92 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.47 |
| HSL | 350.77º | 0.24% | 0.43% | - |
| HSV(B) | 350.77º | 0.38% | 0.53% | - |
| XYZ | 15.26 | 12.35 | 11.7 | - |
| YUV | 100.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 92 | 0 | 0.38 | 0.32 | 0.47 | 350.77 | 0.24 | 0.43 |
| Hex | 88 | 54 | 5C | 0 | 26 | 20 | 2F | 15F | 18 | 2B |
| Octal | 210 | 124 | 134 | 0 | 46 | 40 | 57 | 537 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1011100 | 0 | 100110 | 100000 | 101111 | 101011111 | 11000 | 101011 |
Color Harmonies of #88545C
Complementary color
Monochromatic Colors of #88545C
Black with #88545C
Text Example
Text Example
White with #88545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88545C; }
p { color: rgb(136,84,92); }
H1.HeaderClassName
{
color: #88545C;
}
.AnyTagClassName
{
color: #88545C;
}
</style>
background-color css
<style>
a { background-color: #88545C; }
a { background-color: rgb(136,84,92); }
div.DivClassName
{
background-color: #88545C;
}
.BgClassName
{
background-color: #88545C;
}
</style>
border-color css
<style>
span { border-color: #88545C; }
span { border-color: rgb(136,84,92); }
td.TdClassName
{
border-color: #88545C;
}
.TagClassName
{
border-color: #88545C;
}
</style>