Shades of Cannon Pink #855166
Tints of Cannon Pink #855166
RGB
CMYK
RGB Variations
Color information
#855166 (or 0x855166) is known color: Cannon Pink. HEX triplet: 85, 51 and 66. RGB value is (133,81,102). Sum of RGB (Red+Green+Blue) = 133+81+102=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855166 is #7AAE99. Grayscale: #626262. Windows color (decimal): -8040090 or 6705541. OLE color: 6705541.
HSL color Cylindrical-coordinate representation of color #855166: hue angle of 335.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855166 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 102 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.48 |
| HSL | 335.77º | 0.24% | 0.42% | - |
| HSV(B) | 335.77º | 0.39% | 0.52% | - |
| XYZ | 15.01 | 11.83 | 14.06 | - |
| YUV | 98.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 102 | 0 | 0.39 | 0.23 | 0.48 | 335.77 | 0.24 | 0.42 |
| Hex | 85 | 51 | 66 | 0 | 27 | 17 | 30 | 150 | 18 | 2A |
| Octal | 205 | 121 | 146 | 0 | 47 | 27 | 60 | 520 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1100110 | 0 | 100111 | 10111 | 110000 | 101010000 | 11000 | 101010 |
Color Harmonies of #855166
Complementary color
Monochromatic Colors of #855166
Black with #855166
Text Example
Text Example
White with #855166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855166; }
p { color: rgb(133,81,102); }
H1.HeaderClassName
{
color: #855166;
}
.AnyTagClassName
{
color: #855166;
}
</style>
background-color css
<style>
a { background-color: #855166; }
a { background-color: rgb(133,81,102); }
div.DivClassName
{
background-color: #855166;
}
.BgClassName
{
background-color: #855166;
}
</style>
border-color css
<style>
span { border-color: #855166; }
span { border-color: rgb(133,81,102); }
td.TdClassName
{
border-color: #855166;
}
.TagClassName
{
border-color: #855166;
}
</style>