Shades of Cannon Pink #845562
Tints of Cannon Pink #845562
RGB
CMYK
RGB Variations
Color information
#845562 (or 0x845562) is known color: Cannon Pink. HEX triplet: 84, 55 and 62. RGB value is (132,85,98). Sum of RGB (Red+Green+Blue) = 132+85+98=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845562 is #7BAA9D. Grayscale: #646464. Windows color (decimal): -8104606 or 6444420. OLE color: 6444420.
HSL color Cylindrical-coordinate representation of color #845562: hue angle of 343.4º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845562 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 98 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.48 |
| HSL | 343.4º | 0.22% | 0.43% | - |
| HSV(B) | 343.4º | 0.36% | 0.52% | - |
| XYZ | 14.97 | 12.28 | 13.14 | - |
| YUV | 100.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 98 | 0 | 0.36 | 0.26 | 0.48 | 343.4 | 0.22 | 0.43 |
| Hex | 84 | 55 | 62 | 0 | 24 | 1A | 30 | 157 | 16 | 2B |
| Octal | 204 | 125 | 142 | 0 | 44 | 32 | 60 | 527 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1100010 | 0 | 100100 | 11010 | 110000 | 101010111 | 10110 | 101011 |
Color Harmonies of #845562
Complementary color
Monochromatic Colors of #845562
Black with #845562
Text Example
Text Example
White with #845562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845562; }
p { color: rgb(132,85,98); }
H1.HeaderClassName
{
color: #845562;
}
.AnyTagClassName
{
color: #845562;
}
</style>
background-color css
<style>
a { background-color: #845562; }
a { background-color: rgb(132,85,98); }
div.DivClassName
{
background-color: #845562;
}
.BgClassName
{
background-color: #845562;
}
</style>
border-color css
<style>
span { border-color: #845562; }
span { border-color: rgb(132,85,98); }
td.TdClassName
{
border-color: #845562;
}
.TagClassName
{
border-color: #845562;
}
</style>