Shades of Cannon Pink #845965
Tints of Cannon Pink #845965
RGB
CMYK
RGB Variations
Color information
#845965 (or 0x845965) is known color: Cannon Pink. HEX triplet: 84, 59 and 65. RGB value is (132,89,101). Sum of RGB (Red+Green+Blue) = 132+89+101=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845965 is #7BA69A. Grayscale: #676767. Windows color (decimal): -8103579 or 6642052. OLE color: 6642052.
HSL color Cylindrical-coordinate representation of color #845965: hue angle of 343.26º 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 #845965 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 101 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.48 |
| HSL | 343.26º | 0.19% | 0.43% | - |
| HSV(B) | 343.26º | 0.33% | 0.52% | - |
| XYZ | 15.44 | 12.99 | 14.01 | - |
| YUV | 103.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 101 | 0 | 0.33 | 0.23 | 0.48 | 343.26 | 0.19 | 0.43 |
| Hex | 84 | 59 | 65 | 0 | 21 | 17 | 30 | 157 | 13 | 2B |
| Octal | 204 | 131 | 145 | 0 | 41 | 27 | 60 | 527 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1100101 | 0 | 100001 | 10111 | 110000 | 101010111 | 10011 | 101011 |
Color Harmonies of #845965
Complementary color
Monochromatic Colors of #845965
Black with #845965
Text Example
Text Example
White with #845965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845965; }
p { color: rgb(132,89,101); }
H1.HeaderClassName
{
color: #845965;
}
.AnyTagClassName
{
color: #845965;
}
</style>
background-color css
<style>
a { background-color: #845965; }
a { background-color: rgb(132,89,101); }
div.DivClassName
{
background-color: #845965;
}
.BgClassName
{
background-color: #845965;
}
</style>
border-color css
<style>
span { border-color: #845965; }
span { border-color: rgb(132,89,101); }
td.TdClassName
{
border-color: #845965;
}
.TagClassName
{
border-color: #845965;
}
</style>