Shades of Cannon Pink #855563
Tints of Cannon Pink #855563
RGB
CMYK
RGB Variations
Color information
#855563 (or 0x855563) is known color: Cannon Pink. HEX triplet: 85, 55 and 63. RGB value is (133,85,99). Sum of RGB (Red+Green+Blue) = 133+85+99=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855563 is #7AAA9C. Grayscale: #646464. Windows color (decimal): -8039069 or 6509957. OLE color: 6509957.
HSL color Cylindrical-coordinate representation of color #855563: hue angle of 342.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855563 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 99 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.48 |
| HSL | 342.5º | 0.22% | 0.43% | - |
| HSV(B) | 342.5º | 0.36% | 0.52% | - |
| XYZ | 15.17 | 12.38 | 13.4 | - |
| YUV | 100.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 99 | 0 | 0.36 | 0.26 | 0.48 | 342.5 | 0.22 | 0.43 |
| Hex | 85 | 55 | 63 | 0 | 24 | 1A | 30 | 156 | 16 | 2B |
| Octal | 205 | 125 | 143 | 0 | 44 | 32 | 60 | 526 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1100011 | 0 | 100100 | 11010 | 110000 | 101010110 | 10110 | 101011 |
Color Harmonies of #855563
Complementary color
Monochromatic Colors of #855563
Black with #855563
Text Example
Text Example
White with #855563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855563; }
p { color: rgb(133,85,99); }
H1.HeaderClassName
{
color: #855563;
}
.AnyTagClassName
{
color: #855563;
}
</style>
background-color css
<style>
a { background-color: #855563; }
a { background-color: rgb(133,85,99); }
div.DivClassName
{
background-color: #855563;
}
.BgClassName
{
background-color: #855563;
}
</style>
border-color css
<style>
span { border-color: #855563; }
span { border-color: rgb(133,85,99); }
td.TdClassName
{
border-color: #855563;
}
.TagClassName
{
border-color: #855563;
}
</style>