Shades of Cannon Pink #885865
Tints of Cannon Pink #885865
RGB
CMYK
RGB Variations
Color information
#885865 (or 0x885865) is known color: Cannon Pink. HEX triplet: 88, 58 and 65. RGB value is (136,88,101). Sum of RGB (Red+Green+Blue) = 136+88+101=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #885865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885865 is #77A79A. Grayscale: #676767. Windows color (decimal): -7841691 or 6641800. OLE color: 6641800.
HSL color Cylindrical-coordinate representation of color #885865: hue angle of 343.75º 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 #885865 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 101 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.47 |
| HSL | 343.75º | 0.21% | 0.44% | - |
| HSV(B) | 343.75º | 0.35% | 0.53% | - |
| XYZ | 15.99 | 13.15 | 14.01 | - |
| YUV | 103.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 101 | 0 | 0.35 | 0.26 | 0.47 | 343.75 | 0.21 | 0.44 |
| Hex | 88 | 58 | 65 | 0 | 23 | 1A | 2F | 158 | 15 | 2C |
| Octal | 210 | 130 | 145 | 0 | 43 | 32 | 57 | 530 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1100101 | 0 | 100011 | 11010 | 101111 | 101011000 | 10101 | 101100 |
Color Harmonies of #885865
Complementary color
Monochromatic Colors of #885865
Black with #885865
Text Example
Text Example
White with #885865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885865; }
p { color: rgb(136,88,101); }
H1.HeaderClassName
{
color: #885865;
}
.AnyTagClassName
{
color: #885865;
}
</style>
background-color css
<style>
a { background-color: #885865; }
a { background-color: rgb(136,88,101); }
div.DivClassName
{
background-color: #885865;
}
.BgClassName
{
background-color: #885865;
}
</style>
border-color css
<style>
span { border-color: #885865; }
span { border-color: rgb(136,88,101); }
td.TdClassName
{
border-color: #885865;
}
.TagClassName
{
border-color: #885865;
}
</style>