Shades of Cannon Pink #845064
Tints of Cannon Pink #845064
RGB
CMYK
RGB Variations
Color information
#845064 (or 0x845064) is known color: Cannon Pink. HEX triplet: 84, 50 and 64. RGB value is (132,80,100). Sum of RGB (Red+Green+Blue) = 132+80+100=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845064 is #7BAF9B. Grayscale: #616161. Windows color (decimal): -8105884 or 6574212. OLE color: 6574212.
HSL color Cylindrical-coordinate representation of color #845064: hue angle of 336.92º 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 #845064 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 100 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.48 |
| HSL | 336.92º | 0.25% | 0.42% | - |
| HSV(B) | 336.92º | 0.39% | 0.52% | - |
| XYZ | 14.68 | 11.56 | 13.51 | - |
| YUV | 97.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 100 | 0 | 0.39 | 0.24 | 0.48 | 336.92 | 0.25 | 0.42 |
| Hex | 84 | 50 | 64 | 0 | 27 | 18 | 30 | 151 | 19 | 2A |
| Octal | 204 | 120 | 144 | 0 | 47 | 30 | 60 | 521 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1100100 | 0 | 100111 | 11000 | 110000 | 101010001 | 11001 | 101010 |
Color Harmonies of #845064
Complementary color
Monochromatic Colors of #845064
Black with #845064
Text Example
Text Example
White with #845064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845064; }
p { color: rgb(132,80,100); }
H1.HeaderClassName
{
color: #845064;
}
.AnyTagClassName
{
color: #845064;
}
</style>
background-color css
<style>
a { background-color: #845064; }
a { background-color: rgb(132,80,100); }
div.DivClassName
{
background-color: #845064;
}
.BgClassName
{
background-color: #845064;
}
</style>
border-color css
<style>
span { border-color: #845064; }
span { border-color: rgb(132,80,100); }
td.TdClassName
{
border-color: #845064;
}
.TagClassName
{
border-color: #845064;
}
</style>