Shades of Cannon Pink #85595D
Tints of Cannon Pink #85595D
RGB
CMYK
RGB Variations
Color information
#85595D (or 0x85595D) is known color: Cannon Pink. HEX triplet: 85, 59 and 5D. RGB value is (133,89,93). Sum of RGB (Red+Green+Blue) = 133+89+93=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85595D is #7AA6A2. Grayscale: #666666. Windows color (decimal): -8038051 or 6117765. OLE color: 6117765.
HSL color Cylindrical-coordinate representation of color #85595D: hue angle of 354.55º 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 #85595D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 93 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.48 |
| HSL | 354.55º | 0.2% | 0.44% | - |
| HSV(B) | 354.55º | 0.33% | 0.52% | - |
| XYZ | 15.22 | 12.92 | 12.05 | - |
| YUV | 102.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 93 | 0 | 0.33 | 0.30 | 0.48 | 354.55 | 0.2 | 0.44 |
| Hex | 85 | 59 | 5D | 0 | 21 | 1E | 30 | 163 | 14 | 2C |
| Octal | 205 | 131 | 135 | 0 | 41 | 36 | 60 | 543 | 24 | 54 |
| Binary | 10000101 | 1011001 | 1011101 | 0 | 100001 | 11110 | 110000 | 101100011 | 10100 | 101100 |
Color Harmonies of #85595D
Complementary color
Monochromatic Colors of #85595D
Black with #85595D
Text Example
Text Example
White with #85595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85595D; }
p { color: rgb(133,89,93); }
H1.HeaderClassName
{
color: #85595D;
}
.AnyTagClassName
{
color: #85595D;
}
</style>
background-color css
<style>
a { background-color: #85595D; }
a { background-color: rgb(133,89,93); }
div.DivClassName
{
background-color: #85595D;
}
.BgClassName
{
background-color: #85595D;
}
</style>
border-color css
<style>
span { border-color: #85595D; }
span { border-color: rgb(133,89,93); }
td.TdClassName
{
border-color: #85595D;
}
.TagClassName
{
border-color: #85595D;
}
</style>