Shades of Cannon Pink #885969
Tints of Cannon Pink #885969
RGB
CMYK
RGB Variations
Color information
#885969 (or 0x885969) is known color: Cannon Pink. HEX triplet: 88, 59 and 69. RGB value is (136,89,105). Sum of RGB (Red+Green+Blue) = 136+89+105=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #885969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885969 is #77A696. Grayscale: #686868. Windows color (decimal): -7841431 or 6904200. OLE color: 6904200.
HSL color Cylindrical-coordinate representation of color #885969: hue angle of 339.57º 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 #885969 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 105 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.47 |
| HSL | 339.57º | 0.21% | 0.44% | - |
| HSV(B) | 339.57º | 0.35% | 0.53% | - |
| XYZ | 16.28 | 13.4 | 15.09 | - |
| YUV | 104.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 105 | 0 | 0.35 | 0.23 | 0.47 | 339.57 | 0.21 | 0.44 |
| Hex | 88 | 59 | 69 | 0 | 23 | 17 | 2F | 154 | 15 | 2C |
| Octal | 210 | 131 | 151 | 0 | 43 | 27 | 57 | 524 | 25 | 54 |
| Binary | 10001000 | 1011001 | 1101001 | 0 | 100011 | 10111 | 101111 | 101010100 | 10101 | 101100 |
Color Harmonies of #885969
Complementary color
Monochromatic Colors of #885969
Black with #885969
Text Example
Text Example
White with #885969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885969; }
p { color: rgb(136,89,105); }
H1.HeaderClassName
{
color: #885969;
}
.AnyTagClassName
{
color: #885969;
}
</style>
background-color css
<style>
a { background-color: #885969; }
a { background-color: rgb(136,89,105); }
div.DivClassName
{
background-color: #885969;
}
.BgClassName
{
background-color: #885969;
}
</style>
border-color css
<style>
span { border-color: #885969; }
span { border-color: rgb(136,89,105); }
td.TdClassName
{
border-color: #885969;
}
.TagClassName
{
border-color: #885969;
}
</style>