Shades of Cannon Pink #845165
Tints of Cannon Pink #845165
RGB
CMYK
RGB Variations
Color information
#845165 (or 0x845165) is known color: Cannon Pink. HEX triplet: 84, 51 and 65. RGB value is (132,81,101). Sum of RGB (Red+Green+Blue) = 132+81+101=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845165 is #7BAE9A. Grayscale: #626262. Windows color (decimal): -8105627 or 6640004. OLE color: 6640004.
HSL color Cylindrical-coordinate representation of color #845165: hue angle of 336.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845165 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 101 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.48 |
| HSL | 336.47º | 0.24% | 0.42% | - |
| HSV(B) | 336.47º | 0.39% | 0.52% | - |
| XYZ | 14.81 | 11.73 | 13.8 | - |
| YUV | 98.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 101 | 0 | 0.39 | 0.23 | 0.48 | 336.47 | 0.24 | 0.42 |
| Hex | 84 | 51 | 65 | 0 | 27 | 17 | 30 | 150 | 18 | 2A |
| Octal | 204 | 121 | 145 | 0 | 47 | 27 | 60 | 520 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1100101 | 0 | 100111 | 10111 | 110000 | 101010000 | 11000 | 101010 |
Color Harmonies of #845165
Complementary color
Monochromatic Colors of #845165
Black with #845165
Text Example
Text Example
White with #845165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845165; }
p { color: rgb(132,81,101); }
H1.HeaderClassName
{
color: #845165;
}
.AnyTagClassName
{
color: #845165;
}
</style>
background-color css
<style>
a { background-color: #845165; }
a { background-color: rgb(132,81,101); }
div.DivClassName
{
background-color: #845165;
}
.BgClassName
{
background-color: #845165;
}
</style>
border-color css
<style>
span { border-color: #845165; }
span { border-color: rgb(132,81,101); }
td.TdClassName
{
border-color: #845165;
}
.TagClassName
{
border-color: #845165;
}
</style>