Shades of Cannon Pink #845262
Tints of Cannon Pink #845262
RGB
CMYK
RGB Variations
Color information
#845262 (or 0x845262) is known color: Cannon Pink. HEX triplet: 84, 52 and 62. RGB value is (132,82,98). Sum of RGB (Red+Green+Blue) = 132+82+98=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845262 is #7BAD9D. Grayscale: #626262. Windows color (decimal): -8105374 or 6443652. OLE color: 6443652.
HSL color Cylindrical-coordinate representation of color #845262: hue angle of 340.8º 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 #845262 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 98 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.48 |
| HSL | 340.8º | 0.23% | 0.42% | - |
| HSV(B) | 340.8º | 0.38% | 0.52% | - |
| XYZ | 14.74 | 11.82 | 13.06 | - |
| YUV | 98.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 98 | 0 | 0.38 | 0.26 | 0.48 | 340.8 | 0.23 | 0.42 |
| Hex | 84 | 52 | 62 | 0 | 26 | 1A | 30 | 155 | 17 | 2A |
| Octal | 204 | 122 | 142 | 0 | 46 | 32 | 60 | 525 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1100010 | 0 | 100110 | 11010 | 110000 | 101010101 | 10111 | 101010 |
Color Harmonies of #845262
Complementary color
Monochromatic Colors of #845262
Black with #845262
Text Example
Text Example
White with #845262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845262; }
p { color: rgb(132,82,98); }
H1.HeaderClassName
{
color: #845262;
}
.AnyTagClassName
{
color: #845262;
}
</style>
background-color css
<style>
a { background-color: #845262; }
a { background-color: rgb(132,82,98); }
div.DivClassName
{
background-color: #845262;
}
.BgClassName
{
background-color: #845262;
}
</style>
border-color css
<style>
span { border-color: #845262; }
span { border-color: rgb(132,82,98); }
td.TdClassName
{
border-color: #845262;
}
.TagClassName
{
border-color: #845262;
}
</style>