Shades of Cannon Pink #845060
Tints of Cannon Pink #845060
RGB
CMYK
RGB Variations
Color information
#845060 (or 0x845060) is known color: Cannon Pink. HEX triplet: 84, 50 and 60. RGB value is (132,80,96). Sum of RGB (Red+Green+Blue) = 132+80+96=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #845060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845060 is #7BAF9F. Grayscale: #616161. Windows color (decimal): -8105888 or 6312068. OLE color: 6312068.
HSL color Cylindrical-coordinate representation of color #845060: hue angle of 341.54º degrees, saturation: 0.25, 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 #845060 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 96 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.48 |
| HSL | 341.54º | 0.25% | 0.42% | - |
| HSV(B) | 341.54º | 0.39% | 0.52% | - |
| XYZ | 14.5 | 11.49 | 12.52 | - |
| YUV | 97.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 96 | 0 | 0.39 | 0.27 | 0.48 | 341.54 | 0.25 | 0.42 |
| Hex | 84 | 50 | 60 | 0 | 27 | 1B | 30 | 156 | 19 | 2A |
| Octal | 204 | 120 | 140 | 0 | 47 | 33 | 60 | 526 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1100000 | 0 | 100111 | 11011 | 110000 | 101010110 | 11001 | 101010 |
Color Harmonies of #845060
Complementary color
Monochromatic Colors of #845060
Black with #845060
Text Example
Text Example
White with #845060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845060; }
p { color: rgb(132,80,96); }
H1.HeaderClassName
{
color: #845060;
}
.AnyTagClassName
{
color: #845060;
}
</style>
background-color css
<style>
a { background-color: #845060; }
a { background-color: rgb(132,80,96); }
div.DivClassName
{
background-color: #845060;
}
.BgClassName
{
background-color: #845060;
}
</style>
border-color css
<style>
span { border-color: #845060; }
span { border-color: rgb(132,80,96); }
td.TdClassName
{
border-color: #845060;
}
.TagClassName
{
border-color: #845060;
}
</style>