Shades of Cannon Pink #885665
Tints of Cannon Pink #885665
RGB
CMYK
RGB Variations
Color information
#885665 (or 0x885665) is known color: Cannon Pink. HEX triplet: 88, 56 and 65. RGB value is (136,86,101). Sum of RGB (Red+Green+Blue) = 136+86+101=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #885665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885665 is #77A99A. Grayscale: #666666. Windows color (decimal): -7842203 or 6641288. OLE color: 6641288.
HSL color Cylindrical-coordinate representation of color #885665: hue angle of 342º 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 #885665 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 101 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.47 |
| HSL | 342º | 0.23% | 0.44% | - |
| HSV(B) | 342º | 0.37% | 0.53% | - |
| XYZ | 15.83 | 12.83 | 13.95 | - |
| YUV | 102.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 101 | 0 | 0.37 | 0.26 | 0.47 | 342 | 0.23 | 0.44 |
| Hex | 88 | 56 | 65 | 0 | 25 | 1A | 2F | 156 | 17 | 2C |
| Octal | 210 | 126 | 145 | 0 | 45 | 32 | 57 | 526 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1100101 | 0 | 100101 | 11010 | 101111 | 101010110 | 10111 | 101100 |
Color Harmonies of #885665
Complementary color
Monochromatic Colors of #885665
Black with #885665
Text Example
Text Example
White with #885665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885665; }
p { color: rgb(136,86,101); }
H1.HeaderClassName
{
color: #885665;
}
.AnyTagClassName
{
color: #885665;
}
</style>
background-color css
<style>
a { background-color: #885665; }
a { background-color: rgb(136,86,101); }
div.DivClassName
{
background-color: #885665;
}
.BgClassName
{
background-color: #885665;
}
</style>
border-color css
<style>
span { border-color: #885665; }
span { border-color: rgb(136,86,101); }
td.TdClassName
{
border-color: #885665;
}
.TagClassName
{
border-color: #885665;
}
</style>