Shades of Cannon Pink #855765
Tints of Cannon Pink #855765
RGB
CMYK
RGB Variations
Color information
#855765 (or 0x855765) is known color: Cannon Pink. HEX triplet: 85, 57 and 65. RGB value is (133,87,101). Sum of RGB (Red+Green+Blue) = 133+87+101=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855765 is #7AA89A. Grayscale: #666666. Windows color (decimal): -8038555 or 6641541. OLE color: 6641541.
HSL color Cylindrical-coordinate representation of color #855765: hue angle of 341.74º 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 #855765 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 101 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.48 |
| HSL | 341.74º | 0.21% | 0.43% | - |
| HSV(B) | 341.74º | 0.35% | 0.52% | - |
| XYZ | 15.43 | 12.74 | 13.96 | - |
| YUV | 102.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 101 | 0 | 0.35 | 0.24 | 0.48 | 341.74 | 0.21 | 0.43 |
| Hex | 85 | 57 | 65 | 0 | 23 | 18 | 30 | 156 | 15 | 2B |
| Octal | 205 | 127 | 145 | 0 | 43 | 30 | 60 | 526 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1100101 | 0 | 100011 | 11000 | 110000 | 101010110 | 10101 | 101011 |
Color Harmonies of #855765
Complementary color
Monochromatic Colors of #855765
Black with #855765
Text Example
Text Example
White with #855765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855765; }
p { color: rgb(133,87,101); }
H1.HeaderClassName
{
color: #855765;
}
.AnyTagClassName
{
color: #855765;
}
</style>
background-color css
<style>
a { background-color: #855765; }
a { background-color: rgb(133,87,101); }
div.DivClassName
{
background-color: #855765;
}
.BgClassName
{
background-color: #855765;
}
</style>
border-color css
<style>
span { border-color: #855765; }
span { border-color: rgb(133,87,101); }
td.TdClassName
{
border-color: #855765;
}
.TagClassName
{
border-color: #855765;
}
</style>