Shades of Cannon Pink #88425C
Tints of Cannon Pink #88425C
RGB
CMYK
RGB Variations
Color information
#88425C (or 0x88425C) is known color: Cannon Pink. HEX triplet: 88, 42 and 5C. RGB value is (136,66,92). Sum of RGB (Red+Green+Blue) = 136+66+92=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88425C is #77BDA3. Grayscale: #595959. Windows color (decimal): -7847332 or 6046344. OLE color: 6046344.
HSL color Cylindrical-coordinate representation of color #88425C: hue angle of 337.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88425C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 92 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.47 |
| HSL | 337.71º | 0.35% | 0.4% | - |
| HSV(B) | 337.71º | 0.51% | 0.53% | - |
| XYZ | 14.03 | 9.9 | 11.3 | - |
| YUV | 89.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 92 | 0 | 0.51 | 0.32 | 0.47 | 337.71 | 0.35 | 0.4 |
| Hex | 88 | 42 | 5C | 0 | 33 | 20 | 2F | 152 | 23 | 28 |
| Octal | 210 | 102 | 134 | 0 | 63 | 40 | 57 | 522 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1011100 | 0 | 110011 | 100000 | 101111 | 101010010 | 100011 | 101000 |
Color Harmonies of #88425C
Complementary color
Monochromatic Colors of #88425C
Black with #88425C
Text Example
Text Example
White with #88425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88425C; }
p { color: rgb(136,66,92); }
H1.HeaderClassName
{
color: #88425C;
}
.AnyTagClassName
{
color: #88425C;
}
</style>
background-color css
<style>
a { background-color: #88425C; }
a { background-color: rgb(136,66,92); }
div.DivClassName
{
background-color: #88425C;
}
.BgClassName
{
background-color: #88425C;
}
</style>
border-color css
<style>
span { border-color: #88425C; }
span { border-color: rgb(136,66,92); }
td.TdClassName
{
border-color: #88425C;
}
.TagClassName
{
border-color: #88425C;
}
</style>