Shades of Cannon Pink #85505D
Tints of Cannon Pink #85505D
RGB
CMYK
RGB Variations
Color information
#85505D (or 0x85505D) is known color: Cannon Pink. HEX triplet: 85, 50 and 5D. RGB value is (133,80,93). Sum of RGB (Red+Green+Blue) = 133+80+93=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505D is #7AAFA2. Grayscale: #616161. Windows color (decimal): -8040355 or 6115461. OLE color: 6115461.
HSL color Cylindrical-coordinate representation of color #85505D: hue angle of 345.28º 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 #85505D is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 93 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.48 |
| HSL | 345.28º | 0.25% | 0.42% | - |
| HSV(B) | 345.28º | 0.4% | 0.52% | - |
| XYZ | 14.52 | 11.51 | 11.81 | - |
| YUV | 97.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 93 | 0 | 0.40 | 0.30 | 0.48 | 345.28 | 0.25 | 0.42 |
| Hex | 85 | 50 | 5D | 0 | 28 | 1E | 30 | 159 | 19 | 2A |
| Octal | 205 | 120 | 135 | 0 | 50 | 36 | 60 | 531 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1011101 | 0 | 101000 | 11110 | 110000 | 101011001 | 11001 | 101010 |
Color Harmonies of #85505D
Complementary color
Monochromatic Colors of #85505D
Black with #85505D
Text Example
Text Example
White with #85505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85505D; }
p { color: rgb(133,80,93); }
H1.HeaderClassName
{
color: #85505D;
}
.AnyTagClassName
{
color: #85505D;
}
</style>
background-color css
<style>
a { background-color: #85505D; }
a { background-color: rgb(133,80,93); }
div.DivClassName
{
background-color: #85505D;
}
.BgClassName
{
background-color: #85505D;
}
</style>
border-color css
<style>
span { border-color: #85505D; }
span { border-color: rgb(133,80,93); }
td.TdClassName
{
border-color: #85505D;
}
.TagClassName
{
border-color: #85505D;
}
</style>