Shades of Cannon Pink #845664
Tints of Cannon Pink #845664
RGB
CMYK
RGB Variations
Color information
#845664 (or 0x845664) is known color: Cannon Pink. HEX triplet: 84, 56 and 64. RGB value is (132,86,100). Sum of RGB (Red+Green+Blue) = 132+86+100=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #845664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845664 is #7BA99B. Grayscale: #656565. Windows color (decimal): -8104348 or 6575748. OLE color: 6575748.
HSL color Cylindrical-coordinate representation of color #845664: hue angle of 341.74º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845664 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 100 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.48 |
| HSL | 341.74º | 0.21% | 0.43% | - |
| HSV(B) | 341.74º | 0.35% | 0.52% | - |
| XYZ | 15.14 | 12.48 | 13.67 | - |
| YUV | 101.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 100 | 0 | 0.35 | 0.24 | 0.48 | 341.74 | 0.21 | 0.43 |
| Hex | 84 | 56 | 64 | 0 | 23 | 18 | 30 | 156 | 15 | 2B |
| Octal | 204 | 126 | 144 | 0 | 43 | 30 | 60 | 526 | 25 | 53 |
| Binary | 10000100 | 1010110 | 1100100 | 0 | 100011 | 11000 | 110000 | 101010110 | 10101 | 101011 |
Color Harmonies of #845664
Complementary color
Monochromatic Colors of #845664
Black with #845664
Text Example
Text Example
White with #845664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845664; }
p { color: rgb(132,86,100); }
H1.HeaderClassName
{
color: #845664;
}
.AnyTagClassName
{
color: #845664;
}
</style>
background-color css
<style>
a { background-color: #845664; }
a { background-color: rgb(132,86,100); }
div.DivClassName
{
background-color: #845664;
}
.BgClassName
{
background-color: #845664;
}
</style>
border-color css
<style>
span { border-color: #845664; }
span { border-color: rgb(132,86,100); }
td.TdClassName
{
border-color: #845664;
}
.TagClassName
{
border-color: #845664;
}
</style>