Shades of Cannon Pink #85546A
Tints of Cannon Pink #85546A
RGB
CMYK
RGB Variations
Color information
#85546A (or 0x85546A) is known color: Cannon Pink. HEX triplet: 85, 54 and 6A. RGB value is (133,84,106). Sum of RGB (Red+Green+Blue) = 133+84+106=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85546A is #7AAB95. Grayscale: #656565. Windows color (decimal): -8039318 or 6968453. OLE color: 6968453.
HSL color Cylindrical-coordinate representation of color #85546A: hue angle of 333.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85546A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 106 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.48 |
| HSL | 333.06º | 0.23% | 0.43% | - |
| HSV(B) | 333.06º | 0.37% | 0.52% | - |
| XYZ | 15.44 | 12.37 | 15.21 | - |
| YUV | 101.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 106 | 0 | 0.37 | 0.20 | 0.48 | 333.06 | 0.23 | 0.43 |
| Hex | 85 | 54 | 6A | 0 | 25 | 14 | 30 | 14D | 17 | 2B |
| Octal | 205 | 124 | 152 | 0 | 45 | 24 | 60 | 515 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1101010 | 0 | 100101 | 10100 | 110000 | 101001101 | 10111 | 101011 |
Color Harmonies of #85546A
Complementary color
Monochromatic Colors of #85546A
Black with #85546A
Text Example
Text Example
White with #85546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85546A; }
p { color: rgb(133,84,106); }
H1.HeaderClassName
{
color: #85546A;
}
.AnyTagClassName
{
color: #85546A;
}
</style>
background-color css
<style>
a { background-color: #85546A; }
a { background-color: rgb(133,84,106); }
div.DivClassName
{
background-color: #85546A;
}
.BgClassName
{
background-color: #85546A;
}
</style>
border-color css
<style>
span { border-color: #85546A; }
span { border-color: rgb(133,84,106); }
td.TdClassName
{
border-color: #85546A;
}
.TagClassName
{
border-color: #85546A;
}
</style>