Shades of Cannon Pink #85535F
Tints of Cannon Pink #85535F
RGB
CMYK
RGB Variations
Color information
#85535F (or 0x85535F) is known color: Cannon Pink. HEX triplet: 85, 53 and 5F. RGB value is (133,83,95). Sum of RGB (Red+Green+Blue) = 133+83+95=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535F is #7AACA0. Grayscale: #636363. Windows color (decimal): -8039585 or 6247301. OLE color: 6247301.
HSL color Cylindrical-coordinate representation of color #85535F: hue angle of 345.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85535F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 95 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.48 |
| HSL | 345.6º | 0.23% | 0.42% | - |
| HSV(B) | 345.6º | 0.38% | 0.52% | - |
| XYZ | 14.83 | 12 | 12.36 | - |
| YUV | 99.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 95 | 0 | 0.38 | 0.29 | 0.48 | 345.6 | 0.23 | 0.42 |
| Hex | 85 | 53 | 5F | 0 | 26 | 1D | 30 | 15A | 17 | 2A |
| Octal | 205 | 123 | 137 | 0 | 46 | 35 | 60 | 532 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1011111 | 0 | 100110 | 11101 | 110000 | 101011010 | 10111 | 101010 |
Color Harmonies of #85535F
Complementary color
Monochromatic Colors of #85535F
Black with #85535F
Text Example
Text Example
White with #85535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85535F; }
p { color: rgb(133,83,95); }
H1.HeaderClassName
{
color: #85535F;
}
.AnyTagClassName
{
color: #85535F;
}
</style>
background-color css
<style>
a { background-color: #85535F; }
a { background-color: rgb(133,83,95); }
div.DivClassName
{
background-color: #85535F;
}
.BgClassName
{
background-color: #85535F;
}
</style>
border-color css
<style>
span { border-color: #85535F; }
span { border-color: rgb(133,83,95); }
td.TdClassName
{
border-color: #85535F;
}
.TagClassName
{
border-color: #85535F;
}
</style>