Shades of Cannon Pink #85585F
Tints of Cannon Pink #85585F
RGB
CMYK
RGB Variations
Color information
#85585F (or 0x85585F) is known color: Cannon Pink. HEX triplet: 85, 58 and 5F. RGB value is (133,88,95). Sum of RGB (Red+Green+Blue) = 133+88+95=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585F is #7AA7A0. Grayscale: #666666. Windows color (decimal): -8038305 or 6248581. OLE color: 6248581.
HSL color Cylindrical-coordinate representation of color #85585F: hue angle of 350.67º 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 #85585F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 95 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.48 |
| HSL | 350.67º | 0.2% | 0.43% | - |
| HSV(B) | 350.67º | 0.34% | 0.52% | - |
| XYZ | 15.23 | 12.79 | 12.49 | - |
| YUV | 102.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 95 | 0 | 0.34 | 0.29 | 0.48 | 350.67 | 0.2 | 0.43 |
| Hex | 85 | 58 | 5F | 0 | 22 | 1D | 30 | 15F | 14 | 2B |
| Octal | 205 | 130 | 137 | 0 | 42 | 35 | 60 | 537 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1011111 | 0 | 100010 | 11101 | 110000 | 101011111 | 10100 | 101011 |
Color Harmonies of #85585F
Complementary color
Monochromatic Colors of #85585F
Black with #85585F
Text Example
Text Example
White with #85585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85585F; }
p { color: rgb(133,88,95); }
H1.HeaderClassName
{
color: #85585F;
}
.AnyTagClassName
{
color: #85585F;
}
</style>
background-color css
<style>
a { background-color: #85585F; }
a { background-color: rgb(133,88,95); }
div.DivClassName
{
background-color: #85585F;
}
.BgClassName
{
background-color: #85585F;
}
</style>
border-color css
<style>
span { border-color: #85585F; }
span { border-color: rgb(133,88,95); }
td.TdClassName
{
border-color: #85585F;
}
.TagClassName
{
border-color: #85585F;
}
</style>