Shades of Cannon Pink #855461
Tints of Cannon Pink #855461
RGB
CMYK
RGB Variations
Color information
#855461 (or 0x855461) is known color: Cannon Pink. HEX triplet: 85, 54 and 61. RGB value is (133,84,97). Sum of RGB (Red+Green+Blue) = 133+84+97=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855461 is #7AAB9E. Grayscale: #646464. Windows color (decimal): -8039327 or 6378629. OLE color: 6378629.
HSL color Cylindrical-coordinate representation of color #855461: hue angle of 344.08º 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 #855461 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 97 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.48 |
| HSL | 344.08º | 0.23% | 0.43% | - |
| HSV(B) | 344.08º | 0.37% | 0.52% | - |
| XYZ | 15 | 12.19 | 12.87 | - |
| YUV | 100.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 97 | 0 | 0.37 | 0.27 | 0.48 | 344.08 | 0.23 | 0.43 |
| Hex | 85 | 54 | 61 | 0 | 25 | 1B | 30 | 158 | 17 | 2B |
| Octal | 205 | 124 | 141 | 0 | 45 | 33 | 60 | 530 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1100001 | 0 | 100101 | 11011 | 110000 | 101011000 | 10111 | 101011 |
Color Harmonies of #855461
Complementary color
Monochromatic Colors of #855461
Black with #855461
Text Example
Text Example
White with #855461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855461; }
p { color: rgb(133,84,97); }
H1.HeaderClassName
{
color: #855461;
}
.AnyTagClassName
{
color: #855461;
}
</style>
background-color css
<style>
a { background-color: #855461; }
a { background-color: rgb(133,84,97); }
div.DivClassName
{
background-color: #855461;
}
.BgClassName
{
background-color: #855461;
}
</style>
border-color css
<style>
span { border-color: #855461; }
span { border-color: rgb(133,84,97); }
td.TdClassName
{
border-color: #855461;
}
.TagClassName
{
border-color: #855461;
}
</style>