Shades of Cannon Pink #845765
Tints of Cannon Pink #845765
RGB
CMYK
RGB Variations
Color information
#845765 (or 0x845765) is known color: Cannon Pink. HEX triplet: 84, 57 and 65. RGB value is (132,87,101). Sum of RGB (Red+Green+Blue) = 132+87+101=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #845765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845765 is #7BA89A. Grayscale: #666666. Windows color (decimal): -8104091 or 6641540. OLE color: 6641540.
HSL color Cylindrical-coordinate representation of color #845765: hue angle of 341.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #845765 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 101 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.48 |
| HSL | 341.33º | 0.21% | 0.43% | - |
| HSV(B) | 341.33º | 0.34% | 0.52% | - |
| XYZ | 15.27 | 12.66 | 13.95 | - |
| YUV | 102.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 101 | 0 | 0.34 | 0.23 | 0.48 | 341.33 | 0.21 | 0.43 |
| Hex | 84 | 57 | 65 | 0 | 22 | 17 | 30 | 155 | 15 | 2B |
| Octal | 204 | 127 | 145 | 0 | 42 | 27 | 60 | 525 | 25 | 53 |
| Binary | 10000100 | 1010111 | 1100101 | 0 | 100010 | 10111 | 110000 | 101010101 | 10101 | 101011 |
Color Harmonies of #845765
Complementary color
Monochromatic Colors of #845765
Black with #845765
Text Example
Text Example
White with #845765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845765; }
p { color: rgb(132,87,101); }
H1.HeaderClassName
{
color: #845765;
}
.AnyTagClassName
{
color: #845765;
}
</style>
background-color css
<style>
a { background-color: #845765; }
a { background-color: rgb(132,87,101); }
div.DivClassName
{
background-color: #845765;
}
.BgClassName
{
background-color: #845765;
}
</style>
border-color css
<style>
span { border-color: #845765; }
span { border-color: rgb(132,87,101); }
td.TdClassName
{
border-color: #845765;
}
.TagClassName
{
border-color: #845765;
}
</style>