Shades of Cannon Pink #855464
Tints of Cannon Pink #855464
RGB
CMYK
RGB Variations
Color information
#855464 (or 0x855464) is known color: Cannon Pink. HEX triplet: 85, 54 and 64. RGB value is (133,84,100). Sum of RGB (Red+Green+Blue) = 133+84+100=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855464 is #7AAB9B. Grayscale: #646464. Windows color (decimal): -8039324 or 6575237. OLE color: 6575237.
HSL color Cylindrical-coordinate representation of color #855464: hue angle of 340.41º 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 #855464 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 100 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.48 |
| HSL | 340.41º | 0.23% | 0.43% | - |
| HSV(B) | 340.41º | 0.37% | 0.52% | - |
| XYZ | 15.14 | 12.25 | 13.62 | - |
| YUV | 100.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 100 | 0 | 0.37 | 0.25 | 0.48 | 340.41 | 0.23 | 0.43 |
| Hex | 85 | 54 | 64 | 0 | 25 | 19 | 30 | 154 | 17 | 2B |
| Octal | 205 | 124 | 144 | 0 | 45 | 31 | 60 | 524 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1100100 | 0 | 100101 | 11001 | 110000 | 101010100 | 10111 | 101011 |
Color Harmonies of #855464
Complementary color
Monochromatic Colors of #855464
Black with #855464
Text Example
Text Example
White with #855464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855464; }
p { color: rgb(133,84,100); }
H1.HeaderClassName
{
color: #855464;
}
.AnyTagClassName
{
color: #855464;
}
</style>
background-color css
<style>
a { background-color: #855464; }
a { background-color: rgb(133,84,100); }
div.DivClassName
{
background-color: #855464;
}
.BgClassName
{
background-color: #855464;
}
</style>
border-color css
<style>
span { border-color: #855464; }
span { border-color: rgb(133,84,100); }
td.TdClassName
{
border-color: #855464;
}
.TagClassName
{
border-color: #855464;
}
</style>