Shades of Cannon Pink #85585E
Tints of Cannon Pink #85585E
RGB
CMYK
RGB Variations
Color information
#85585E (or 0x85585E) is known color: Cannon Pink. HEX triplet: 85, 58 and 5E. RGB value is (133,88,94). Sum of RGB (Red+Green+Blue) = 133+88+94=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585E is #7AA7A1. Grayscale: #666666. Windows color (decimal): -8038306 or 6183045. OLE color: 6183045.
HSL color Cylindrical-coordinate representation of color #85585E: hue angle of 352º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85585E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 94 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.48 |
| HSL | 352º | 0.2% | 0.43% | - |
| HSV(B) | 352º | 0.34% | 0.52% | - |
| XYZ | 15.18 | 12.77 | 12.26 | - |
| YUV | 102.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 94 | 0 | 0.34 | 0.29 | 0.48 | 352 | 0.2 | 0.43 |
| Hex | 85 | 58 | 5E | 0 | 22 | 1D | 30 | 160 | 14 | 2B |
| Octal | 205 | 130 | 136 | 0 | 42 | 35 | 60 | 540 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1011110 | 0 | 100010 | 11101 | 110000 | 101100000 | 10100 | 101011 |
Color Harmonies of #85585E
Complementary color
Monochromatic Colors of #85585E
Black with #85585E
Text Example
Text Example
White with #85585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85585E; }
p { color: rgb(133,88,94); }
H1.HeaderClassName
{
color: #85585E;
}
.AnyTagClassName
{
color: #85585E;
}
</style>
background-color css
<style>
a { background-color: #85585E; }
a { background-color: rgb(133,88,94); }
div.DivClassName
{
background-color: #85585E;
}
.BgClassName
{
background-color: #85585E;
}
</style>
border-color css
<style>
span { border-color: #85585E; }
span { border-color: rgb(133,88,94); }
td.TdClassName
{
border-color: #85585E;
}
.TagClassName
{
border-color: #85585E;
}
</style>