Shades of Cannon Pink #85505B
Tints of Cannon Pink #85505B
RGB
CMYK
RGB Variations
Color information
#85505B (or 0x85505B) is known color: Cannon Pink. HEX triplet: 85, 50 and 5B. RGB value is (133,80,91). Sum of RGB (Red+Green+Blue) = 133+80+91=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505B is #7AAFA4. Grayscale: #616161. Windows color (decimal): -8040357 or 5984389. OLE color: 5984389.
HSL color Cylindrical-coordinate representation of color #85505B: hue angle of 347.55º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 91 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.48 |
| HSL | 347.55º | 0.25% | 0.42% | - |
| HSV(B) | 347.55º | 0.4% | 0.52% | - |
| XYZ | 14.43 | 11.48 | 11.35 | - |
| YUV | 97.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 91 | 0 | 0.40 | 0.32 | 0.48 | 347.55 | 0.25 | 0.42 |
| Hex | 85 | 50 | 5B | 0 | 28 | 20 | 30 | 15C | 19 | 2A |
| Octal | 205 | 120 | 133 | 0 | 50 | 40 | 60 | 534 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1011011 | 0 | 101000 | 100000 | 110000 | 101011100 | 11001 | 101010 |
Color Harmonies of #85505B
Complementary color
Monochromatic Colors of #85505B
Black with #85505B
Text Example
Text Example
White with #85505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85505B; }
p { color: rgb(133,80,91); }
H1.HeaderClassName
{
color: #85505B;
}
.AnyTagClassName
{
color: #85505B;
}
</style>
background-color css
<style>
a { background-color: #85505B; }
a { background-color: rgb(133,80,91); }
div.DivClassName
{
background-color: #85505B;
}
.BgClassName
{
background-color: #85505B;
}
</style>
border-color css
<style>
span { border-color: #85505B; }
span { border-color: rgb(133,80,91); }
td.TdClassName
{
border-color: #85505B;
}
.TagClassName
{
border-color: #85505B;
}
</style>