Shades of Cannon Pink #845265
Tints of Cannon Pink #845265
RGB
CMYK
RGB Variations
Color information
#845265 (or 0x845265) is known color: Cannon Pink. HEX triplet: 84, 52 and 65. RGB value is (132,82,101). Sum of RGB (Red+Green+Blue) = 132+82+101=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845265 is #7BAD9A. Grayscale: #636363. Windows color (decimal): -8105371 or 6640260. OLE color: 6640260.
HSL color Cylindrical-coordinate representation of color #845265: hue angle of 337.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845265 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 101 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.48 |
| HSL | 337.2º | 0.23% | 0.42% | - |
| HSV(B) | 337.2º | 0.38% | 0.52% | - |
| XYZ | 14.88 | 11.88 | 13.82 | - |
| YUV | 99.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 101 | 0 | 0.38 | 0.23 | 0.48 | 337.2 | 0.23 | 0.42 |
| Hex | 84 | 52 | 65 | 0 | 26 | 17 | 30 | 151 | 17 | 2A |
| Octal | 204 | 122 | 145 | 0 | 46 | 27 | 60 | 521 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1100101 | 0 | 100110 | 10111 | 110000 | 101010001 | 10111 | 101010 |
Color Harmonies of #845265
Complementary color
Monochromatic Colors of #845265
Black with #845265
Text Example
Text Example
White with #845265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845265; }
p { color: rgb(132,82,101); }
H1.HeaderClassName
{
color: #845265;
}
.AnyTagClassName
{
color: #845265;
}
</style>
background-color css
<style>
a { background-color: #845265; }
a { background-color: rgb(132,82,101); }
div.DivClassName
{
background-color: #845265;
}
.BgClassName
{
background-color: #845265;
}
</style>
border-color css
<style>
span { border-color: #845265; }
span { border-color: rgb(132,82,101); }
td.TdClassName
{
border-color: #845265;
}
.TagClassName
{
border-color: #845265;
}
</style>