Shades of Cannon Pink #85585D
Tints of Cannon Pink #85585D
RGB
CMYK
RGB Variations
Color information
#85585D (or 0x85585D) is known color: Cannon Pink. HEX triplet: 85, 58 and 5D. RGB value is (133,88,93). Sum of RGB (Red+Green+Blue) = 133+88+93=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585D is #7AA7A2. Grayscale: #666666. Windows color (decimal): -8038307 or 6117509. OLE color: 6117509.
HSL color Cylindrical-coordinate representation of color #85585D: hue angle of 353.33º 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 #85585D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 93 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.48 |
| HSL | 353.33º | 0.2% | 0.43% | - |
| HSV(B) | 353.33º | 0.34% | 0.52% | - |
| XYZ | 15.14 | 12.76 | 12.02 | - |
| YUV | 102.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 93 | 0 | 0.34 | 0.30 | 0.48 | 353.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 5D | 0 | 22 | 1E | 30 | 161 | 14 | 2B |
| Octal | 205 | 130 | 135 | 0 | 42 | 36 | 60 | 541 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1011101 | 0 | 100010 | 11110 | 110000 | 101100001 | 10100 | 101011 |
Color Harmonies of #85585D
Complementary color
Monochromatic Colors of #85585D
Black with #85585D
Text Example
Text Example
White with #85585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85585D; }
p { color: rgb(133,88,93); }
H1.HeaderClassName
{
color: #85585D;
}
.AnyTagClassName
{
color: #85585D;
}
</style>
background-color css
<style>
a { background-color: #85585D; }
a { background-color: rgb(133,88,93); }
div.DivClassName
{
background-color: #85585D;
}
.BgClassName
{
background-color: #85585D;
}
</style>
border-color css
<style>
span { border-color: #85585D; }
span { border-color: rgb(133,88,93); }
td.TdClassName
{
border-color: #85585D;
}
.TagClassName
{
border-color: #85585D;
}
</style>