Shades of Cannon Pink #855266
Tints of Cannon Pink #855266
RGB
CMYK
RGB Variations
Color information
#855266 (or 0x855266) is known color: Cannon Pink. HEX triplet: 85, 52 and 66. RGB value is (133,82,102). Sum of RGB (Red+Green+Blue) = 133+82+102=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855266 is #7AAD99. Grayscale: #636363. Windows color (decimal): -8039834 or 6705797. OLE color: 6705797.
HSL color Cylindrical-coordinate representation of color #855266: hue angle of 336.47º 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 #855266 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 102 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.48 |
| HSL | 336.47º | 0.24% | 0.42% | - |
| HSV(B) | 336.47º | 0.38% | 0.52% | - |
| XYZ | 15.09 | 11.98 | 14.09 | - |
| YUV | 99.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 102 | 0 | 0.38 | 0.23 | 0.48 | 336.47 | 0.24 | 0.42 |
| Hex | 85 | 52 | 66 | 0 | 26 | 17 | 30 | 150 | 18 | 2A |
| Octal | 205 | 122 | 146 | 0 | 46 | 27 | 60 | 520 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1100110 | 0 | 100110 | 10111 | 110000 | 101010000 | 11000 | 101010 |
Color Harmonies of #855266
Complementary color
Monochromatic Colors of #855266
Black with #855266
Text Example
Text Example
White with #855266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855266; }
p { color: rgb(133,82,102); }
H1.HeaderClassName
{
color: #855266;
}
.AnyTagClassName
{
color: #855266;
}
</style>
background-color css
<style>
a { background-color: #855266; }
a { background-color: rgb(133,82,102); }
div.DivClassName
{
background-color: #855266;
}
.BgClassName
{
background-color: #855266;
}
</style>
border-color css
<style>
span { border-color: #855266; }
span { border-color: rgb(133,82,102); }
td.TdClassName
{
border-color: #855266;
}
.TagClassName
{
border-color: #855266;
}
</style>