Shades of Cannon Pink #88445A
Tints of Cannon Pink #88445A
RGB
CMYK
RGB Variations
Color information
#88445A (or 0x88445A) is known color: Cannon Pink. HEX triplet: 88, 44 and 5A. RGB value is (136,68,90). Sum of RGB (Red+Green+Blue) = 136+68+90=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445A is #77BBA5. Grayscale: #5A5A5A. Windows color (decimal): -7846822 or 5915784. OLE color: 5915784.
HSL color Cylindrical-coordinate representation of color #88445A: hue angle of 340.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88445A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 90 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.47 |
| HSL | 340.59º | 0.33% | 0.4% | - |
| HSV(B) | 340.59º | 0.5% | 0.53% | - |
| XYZ | 14.07 | 10.11 | 10.88 | - |
| YUV | 90.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 90 | 0 | 0.50 | 0.34 | 0.47 | 340.59 | 0.33 | 0.4 |
| Hex | 88 | 44 | 5A | 0 | 32 | 22 | 2F | 155 | 21 | 28 |
| Octal | 210 | 104 | 132 | 0 | 62 | 42 | 57 | 525 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1011010 | 0 | 110010 | 100010 | 101111 | 101010101 | 100001 | 101000 |
Color Harmonies of #88445A
Complementary color
Monochromatic Colors of #88445A
Black with #88445A
Text Example
Text Example
White with #88445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88445A; }
p { color: rgb(136,68,90); }
H1.HeaderClassName
{
color: #88445A;
}
.AnyTagClassName
{
color: #88445A;
}
</style>
background-color css
<style>
a { background-color: #88445A; }
a { background-color: rgb(136,68,90); }
div.DivClassName
{
background-color: #88445A;
}
.BgClassName
{
background-color: #88445A;
}
</style>
border-color css
<style>
span { border-color: #88445A; }
span { border-color: rgb(136,68,90); }
td.TdClassName
{
border-color: #88445A;
}
.TagClassName
{
border-color: #88445A;
}
</style>