Shades of Cannon Pink #885572
Tints of Cannon Pink #885572
RGB
CMYK
RGB Variations
Color information
#885572 (or 0x885572) is known color: Cannon Pink. HEX triplet: 88, 55 and 72. RGB value is (136,85,114). Sum of RGB (Red+Green+Blue) = 136+85+114=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885572 is #77AA8D. Grayscale: #676767. Windows color (decimal): -7842446 or 7493000. OLE color: 7493000.
HSL color Cylindrical-coordinate representation of color #885572: hue angle of 325.88º 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 #885572 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 114 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.47 |
| HSL | 325.88º | 0.23% | 0.43% | - |
| HSV(B) | 325.88º | 0.38% | 0.53% | - |
| XYZ | 16.44 | 12.95 | 17.55 | - |
| YUV | 103.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 114 | 0 | 0.38 | 0.16 | 0.47 | 325.88 | 0.23 | 0.43 |
| Hex | 88 | 55 | 72 | 0 | 26 | 10 | 2F | 146 | 17 | 2B |
| Octal | 210 | 125 | 162 | 0 | 46 | 20 | 57 | 506 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1110010 | 0 | 100110 | 10000 | 101111 | 101000110 | 10111 | 101011 |
Color Harmonies of #885572
Complementary color
Monochromatic Colors of #885572
Black with #885572
Text Example
Text Example
White with #885572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885572; }
p { color: rgb(136,85,114); }
H1.HeaderClassName
{
color: #885572;
}
.AnyTagClassName
{
color: #885572;
}
</style>
background-color css
<style>
a { background-color: #885572; }
a { background-color: rgb(136,85,114); }
div.DivClassName
{
background-color: #885572;
}
.BgClassName
{
background-color: #885572;
}
</style>
border-color css
<style>
span { border-color: #885572; }
span { border-color: rgb(136,85,114); }
td.TdClassName
{
border-color: #885572;
}
.TagClassName
{
border-color: #885572;
}
</style>