Shades of Cannon Pink #885965
Tints of Cannon Pink #885965
RGB
CMYK
RGB Variations
Color information
#885965 (or 0x885965) is known color: Cannon Pink. HEX triplet: 88, 59 and 65. RGB value is (136,89,101). Sum of RGB (Red+Green+Blue) = 136+89+101=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885965 is #77A69A. Grayscale: #686868. Windows color (decimal): -7841435 or 6642056. OLE color: 6642056.
HSL color Cylindrical-coordinate representation of color #885965: hue angle of 344.68º 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 #885965 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 101 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.47 |
| HSL | 344.68º | 0.21% | 0.44% | - |
| HSV(B) | 344.68º | 0.35% | 0.53% | - |
| XYZ | 16.07 | 13.32 | 14.04 | - |
| YUV | 104.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 101 | 0 | 0.35 | 0.26 | 0.47 | 344.68 | 0.21 | 0.44 |
| Hex | 88 | 59 | 65 | 0 | 23 | 1A | 2F | 159 | 15 | 2C |
| Octal | 210 | 131 | 145 | 0 | 43 | 32 | 57 | 531 | 25 | 54 |
| Binary | 10001000 | 1011001 | 1100101 | 0 | 100011 | 11010 | 101111 | 101011001 | 10101 | 101100 |
Color Harmonies of #885965
Complementary color
Monochromatic Colors of #885965
Black with #885965
Text Example
Text Example
White with #885965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885965; }
p { color: rgb(136,89,101); }
H1.HeaderClassName
{
color: #885965;
}
.AnyTagClassName
{
color: #885965;
}
</style>
background-color css
<style>
a { background-color: #885965; }
a { background-color: rgb(136,89,101); }
div.DivClassName
{
background-color: #885965;
}
.BgClassName
{
background-color: #885965;
}
</style>
border-color css
<style>
span { border-color: #885965; }
span { border-color: rgb(136,89,101); }
td.TdClassName
{
border-color: #885965;
}
.TagClassName
{
border-color: #885965;
}
</style>