Shades of Cannon Pink #855463
Tints of Cannon Pink #855463
RGB
CMYK
RGB Variations
Color information
#855463 (or 0x855463) is known color: Cannon Pink. HEX triplet: 85, 54 and 63. RGB value is (133,84,99). Sum of RGB (Red+Green+Blue) = 133+84+99=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855463 is #7AAB9C. Grayscale: #646464. Windows color (decimal): -8039325 or 6509701. OLE color: 6509701.
HSL color Cylindrical-coordinate representation of color #855463: hue angle of 341.63º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855463 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 99 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.48 |
| HSL | 341.63º | 0.23% | 0.43% | - |
| HSV(B) | 341.63º | 0.37% | 0.52% | - |
| XYZ | 15.1 | 12.23 | 13.37 | - |
| YUV | 100.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 99 | 0 | 0.37 | 0.26 | 0.48 | 341.63 | 0.23 | 0.43 |
| Hex | 85 | 54 | 63 | 0 | 25 | 1A | 30 | 156 | 17 | 2B |
| Octal | 205 | 124 | 143 | 0 | 45 | 32 | 60 | 526 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1100011 | 0 | 100101 | 11010 | 110000 | 101010110 | 10111 | 101011 |
Color Harmonies of #855463
Complementary color
Monochromatic Colors of #855463
Black with #855463
Text Example
Text Example
White with #855463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855463; }
p { color: rgb(133,84,99); }
H1.HeaderClassName
{
color: #855463;
}
.AnyTagClassName
{
color: #855463;
}
</style>
background-color css
<style>
a { background-color: #855463; }
a { background-color: rgb(133,84,99); }
div.DivClassName
{
background-color: #855463;
}
.BgClassName
{
background-color: #855463;
}
</style>
border-color css
<style>
span { border-color: #855463; }
span { border-color: rgb(133,84,99); }
td.TdClassName
{
border-color: #855463;
}
.TagClassName
{
border-color: #855463;
}
</style>