Shades of Cannon Pink #885662
Tints of Cannon Pink #885662
RGB
CMYK
RGB Variations
Color information
#885662 (or 0x885662) is known color: Cannon Pink. HEX triplet: 88, 56 and 62. RGB value is (136,86,98). Sum of RGB (Red+Green+Blue) = 136+86+98=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885662 is #77A99D. Grayscale: #666666. Windows color (decimal): -7842206 or 6444680. OLE color: 6444680.
HSL color Cylindrical-coordinate representation of color #885662: hue angle of 345.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885662 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 98 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.47 |
| HSL | 345.6º | 0.23% | 0.44% | - |
| HSV(B) | 345.6º | 0.37% | 0.53% | - |
| XYZ | 15.69 | 12.77 | 13.19 | - |
| YUV | 102.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 98 | 0 | 0.37 | 0.28 | 0.47 | 345.6 | 0.23 | 0.44 |
| Hex | 88 | 56 | 62 | 0 | 25 | 1C | 2F | 15A | 17 | 2C |
| Octal | 210 | 126 | 142 | 0 | 45 | 34 | 57 | 532 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1100010 | 0 | 100101 | 11100 | 101111 | 101011010 | 10111 | 101100 |
Color Harmonies of #885662
Complementary color
Monochromatic Colors of #885662
Black with #885662
Text Example
Text Example
White with #885662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885662; }
p { color: rgb(136,86,98); }
H1.HeaderClassName
{
color: #885662;
}
.AnyTagClassName
{
color: #885662;
}
</style>
background-color css
<style>
a { background-color: #885662; }
a { background-color: rgb(136,86,98); }
div.DivClassName
{
background-color: #885662;
}
.BgClassName
{
background-color: #885662;
}
</style>
border-color css
<style>
span { border-color: #885662; }
span { border-color: rgb(136,86,98); }
td.TdClassName
{
border-color: #885662;
}
.TagClassName
{
border-color: #885662;
}
</style>