Shades of Cannon Pink #855666
Tints of Cannon Pink #855666
RGB
CMYK
RGB Variations
Color information
#855666 (or 0x855666) is known color: Cannon Pink. HEX triplet: 85, 56 and 66. RGB value is (133,86,102). Sum of RGB (Red+Green+Blue) = 133+86+102=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855666 is #7AA999. Grayscale: #656565. Windows color (decimal): -8038810 or 6706821. OLE color: 6706821.
HSL color Cylindrical-coordinate representation of color #855666: hue angle of 339.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855666 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 102 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.48 |
| HSL | 339.57º | 0.21% | 0.43% | - |
| HSV(B) | 339.57º | 0.35% | 0.52% | - |
| XYZ | 15.4 | 12.6 | 14.19 | - |
| YUV | 101.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 102 | 0 | 0.35 | 0.23 | 0.48 | 339.57 | 0.21 | 0.43 |
| Hex | 85 | 56 | 66 | 0 | 23 | 17 | 30 | 154 | 15 | 2B |
| Octal | 205 | 126 | 146 | 0 | 43 | 27 | 60 | 524 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1100110 | 0 | 100011 | 10111 | 110000 | 101010100 | 10101 | 101011 |
Color Harmonies of #855666
Complementary color
Monochromatic Colors of #855666
Black with #855666
Text Example
Text Example
White with #855666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855666; }
p { color: rgb(133,86,102); }
H1.HeaderClassName
{
color: #855666;
}
.AnyTagClassName
{
color: #855666;
}
</style>
background-color css
<style>
a { background-color: #855666; }
a { background-color: rgb(133,86,102); }
div.DivClassName
{
background-color: #855666;
}
.BgClassName
{
background-color: #855666;
}
</style>
border-color css
<style>
span { border-color: #855666; }
span { border-color: rgb(133,86,102); }
td.TdClassName
{
border-color: #855666;
}
.TagClassName
{
border-color: #855666;
}
</style>