Shades of Cannon Pink #855261
Tints of Cannon Pink #855261
RGB
CMYK
RGB Variations
Color information
#855261 (or 0x855261) is known color: Cannon Pink. HEX triplet: 85, 52 and 61. RGB value is (133,82,97). Sum of RGB (Red+Green+Blue) = 133+82+97=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855261 is #7AAD9E. Grayscale: #626262. Windows color (decimal): -8039839 or 6378117. OLE color: 6378117.
HSL color Cylindrical-coordinate representation of color #855261: hue angle of 342.35º degrees, saturation: 0.24, 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 #855261 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 97 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.48 |
| HSL | 342.35º | 0.24% | 0.42% | - |
| HSV(B) | 342.35º | 0.38% | 0.52% | - |
| XYZ | 14.85 | 11.88 | 12.82 | - |
| YUV | 98.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 97 | 0 | 0.38 | 0.27 | 0.48 | 342.35 | 0.24 | 0.42 |
| Hex | 85 | 52 | 61 | 0 | 26 | 1B | 30 | 156 | 18 | 2A |
| Octal | 205 | 122 | 141 | 0 | 46 | 33 | 60 | 526 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1100001 | 0 | 100110 | 11011 | 110000 | 101010110 | 11000 | 101010 |
Color Harmonies of #855261
Complementary color
Monochromatic Colors of #855261
Black with #855261
Text Example
Text Example
White with #855261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855261; }
p { color: rgb(133,82,97); }
H1.HeaderClassName
{
color: #855261;
}
.AnyTagClassName
{
color: #855261;
}
</style>
background-color css
<style>
a { background-color: #855261; }
a { background-color: rgb(133,82,97); }
div.DivClassName
{
background-color: #855261;
}
.BgClassName
{
background-color: #855261;
}
</style>
border-color css
<style>
span { border-color: #855261; }
span { border-color: rgb(133,82,97); }
td.TdClassName
{
border-color: #855261;
}
.TagClassName
{
border-color: #855261;
}
</style>