Shades of Cannon Pink #885864
Tints of Cannon Pink #885864
RGB
CMYK
RGB Variations
Color information
#885864 (or 0x885864) is known color: Cannon Pink. HEX triplet: 88, 58 and 64. RGB value is (136,88,100). Sum of RGB (Red+Green+Blue) = 136+88+100=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885864 is #77A79B. Grayscale: #676767. Windows color (decimal): -7841692 or 6576264. OLE color: 6576264.
HSL color Cylindrical-coordinate representation of color #885864: hue angle of 345º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885864 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 100 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.47 |
| HSL | 345º | 0.21% | 0.44% | - |
| HSV(B) | 345º | 0.35% | 0.53% | - |
| XYZ | 15.94 | 13.13 | 13.75 | - |
| YUV | 103.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 100 | 0 | 0.35 | 0.26 | 0.47 | 345 | 0.21 | 0.44 |
| Hex | 88 | 58 | 64 | 0 | 23 | 1A | 2F | 159 | 15 | 2C |
| Octal | 210 | 130 | 144 | 0 | 43 | 32 | 57 | 531 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1100100 | 0 | 100011 | 11010 | 101111 | 101011001 | 10101 | 101100 |
Color Harmonies of #885864
Complementary color
Monochromatic Colors of #885864
Black with #885864
Text Example
Text Example
White with #885864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885864; }
p { color: rgb(136,88,100); }
H1.HeaderClassName
{
color: #885864;
}
.AnyTagClassName
{
color: #885864;
}
</style>
background-color css
<style>
a { background-color: #885864; }
a { background-color: rgb(136,88,100); }
div.DivClassName
{
background-color: #885864;
}
.BgClassName
{
background-color: #885864;
}
</style>
border-color css
<style>
span { border-color: #885864; }
span { border-color: rgb(136,88,100); }
td.TdClassName
{
border-color: #885864;
}
.TagClassName
{
border-color: #885864;
}
</style>