Shades of Cannon Pink #85596D
Tints of Cannon Pink #85596D
RGB
CMYK
RGB Variations
Color information
#85596D (or 0x85596D) is known color: Cannon Pink. HEX triplet: 85, 59 and 6D. RGB value is (133,89,109). Sum of RGB (Red+Green+Blue) = 133+89+109=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596D is #7AA692. Grayscale: #686868. Windows color (decimal): -8038035 or 7166341. OLE color: 7166341.
HSL color Cylindrical-coordinate representation of color #85596D: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85596D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 109 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.48 |
| HSL | 332.73º | 0.2% | 0.44% | - |
| HSV(B) | 332.73º | 0.33% | 0.52% | - |
| XYZ | 16.01 | 13.24 | 16.18 | - |
| YUV | 104.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 109 | 0 | 0.33 | 0.18 | 0.48 | 332.73 | 0.2 | 0.44 |
| Hex | 85 | 59 | 6D | 0 | 21 | 12 | 30 | 14D | 14 | 2C |
| Octal | 205 | 131 | 155 | 0 | 41 | 22 | 60 | 515 | 24 | 54 |
| Binary | 10000101 | 1011001 | 1101101 | 0 | 100001 | 10010 | 110000 | 101001101 | 10100 | 101100 |
Color Harmonies of #85596D
Complementary color
Monochromatic Colors of #85596D
Black with #85596D
Text Example
Text Example
White with #85596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85596D; }
p { color: rgb(133,89,109); }
H1.HeaderClassName
{
color: #85596D;
}
.AnyTagClassName
{
color: #85596D;
}
</style>
background-color css
<style>
a { background-color: #85596D; }
a { background-color: rgb(133,89,109); }
div.DivClassName
{
background-color: #85596D;
}
.BgClassName
{
background-color: #85596D;
}
</style>
border-color css
<style>
span { border-color: #85596D; }
span { border-color: rgb(133,89,109); }
td.TdClassName
{
border-color: #85596D;
}
.TagClassName
{
border-color: #85596D;
}
</style>