Shades of Cannon Pink #845960
Tints of Cannon Pink #845960
RGB
CMYK
RGB Variations
Color information
#845960 (or 0x845960) is known color: Cannon Pink. HEX triplet: 84, 59 and 60. RGB value is (132,89,96). Sum of RGB (Red+Green+Blue) = 132+89+96=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845960 is #7BA69F. Grayscale: #666666. Windows color (decimal): -8103584 or 6314372. OLE color: 6314372.
HSL color Cylindrical-coordinate representation of color #845960: hue angle of 350.23º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845960 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 96 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.48 |
| HSL | 350.23º | 0.19% | 0.43% | - |
| HSV(B) | 350.23º | 0.33% | 0.52% | - |
| XYZ | 15.2 | 12.89 | 12.75 | - |
| YUV | 102.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 96 | 0 | 0.33 | 0.27 | 0.48 | 350.23 | 0.19 | 0.43 |
| Hex | 84 | 59 | 60 | 0 | 21 | 1B | 30 | 15E | 13 | 2B |
| Octal | 204 | 131 | 140 | 0 | 41 | 33 | 60 | 536 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1100000 | 0 | 100001 | 11011 | 110000 | 101011110 | 10011 | 101011 |
Color Harmonies of #845960
Complementary color
Monochromatic Colors of #845960
Black with #845960
Text Example
Text Example
White with #845960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845960; }
p { color: rgb(132,89,96); }
H1.HeaderClassName
{
color: #845960;
}
.AnyTagClassName
{
color: #845960;
}
</style>
background-color css
<style>
a { background-color: #845960; }
a { background-color: rgb(132,89,96); }
div.DivClassName
{
background-color: #845960;
}
.BgClassName
{
background-color: #845960;
}
</style>
border-color css
<style>
span { border-color: #845960; }
span { border-color: rgb(132,89,96); }
td.TdClassName
{
border-color: #845960;
}
.TagClassName
{
border-color: #845960;
}
</style>