Shades of Cannon Pink #855764
Tints of Cannon Pink #855764
RGB
CMYK
RGB Variations
Color information
#855764 (or 0x855764) is known color: Cannon Pink. HEX triplet: 85, 57 and 64. RGB value is (133,87,100). Sum of RGB (Red+Green+Blue) = 133+87+100=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855764 is #7AA89B. Grayscale: #666666. Windows color (decimal): -8038556 or 6576005. OLE color: 6576005.
HSL color Cylindrical-coordinate representation of color #855764: hue angle of 343.04º 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 #855764 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 100 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.48 |
| HSL | 343.04º | 0.21% | 0.43% | - |
| HSV(B) | 343.04º | 0.35% | 0.52% | - |
| XYZ | 15.38 | 12.72 | 13.7 | - |
| YUV | 102.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 100 | 0 | 0.35 | 0.25 | 0.48 | 343.04 | 0.21 | 0.43 |
| Hex | 85 | 57 | 64 | 0 | 23 | 19 | 30 | 157 | 15 | 2B |
| Octal | 205 | 127 | 144 | 0 | 43 | 31 | 60 | 527 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1100100 | 0 | 100011 | 11001 | 110000 | 101010111 | 10101 | 101011 |
Color Harmonies of #855764
Complementary color
Monochromatic Colors of #855764
Black with #855764
Text Example
Text Example
White with #855764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855764; }
p { color: rgb(133,87,100); }
H1.HeaderClassName
{
color: #855764;
}
.AnyTagClassName
{
color: #855764;
}
</style>
background-color css
<style>
a { background-color: #855764; }
a { background-color: rgb(133,87,100); }
div.DivClassName
{
background-color: #855764;
}
.BgClassName
{
background-color: #855764;
}
</style>
border-color css
<style>
span { border-color: #855764; }
span { border-color: rgb(133,87,100); }
td.TdClassName
{
border-color: #855764;
}
.TagClassName
{
border-color: #855764;
}
</style>