Shades of Cannon Pink #845A64
Tints of Cannon Pink #845A64
RGB
CMYK
RGB Variations
Color information
#845A64 (or 0x845A64) is known color: Cannon Pink. HEX triplet: 84, 5A and 64. RGB value is (132,90,100). Sum of RGB (Red+Green+Blue) = 132+90+100=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A64 is #7BA59B. Grayscale: #676767. Windows color (decimal): -8103324 or 6576772. OLE color: 6576772.
HSL color Cylindrical-coordinate representation of color #845A64: hue angle of 345.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A64 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 100 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.48 |
| HSL | 345.71º | 0.19% | 0.44% | - |
| HSV(B) | 345.71º | 0.32% | 0.52% | - |
| XYZ | 15.47 | 13.14 | 13.78 | - |
| YUV | 103.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 100 | 0 | 0.32 | 0.24 | 0.48 | 345.71 | 0.19 | 0.44 |
| Hex | 84 | 5A | 64 | 0 | 20 | 18 | 30 | 15A | 13 | 2C |
| Octal | 204 | 132 | 144 | 0 | 40 | 30 | 60 | 532 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1100100 | 0 | 100000 | 11000 | 110000 | 101011010 | 10011 | 101100 |
Color Harmonies of #845A64
Complementary color
Monochromatic Colors of #845A64
Black with #845A64
Text Example
Text Example
White with #845A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A64; }
p { color: rgb(132,90,100); }
H1.HeaderClassName
{
color: #845A64;
}
.AnyTagClassName
{
color: #845A64;
}
</style>
background-color css
<style>
a { background-color: #845A64; }
a { background-color: rgb(132,90,100); }
div.DivClassName
{
background-color: #845A64;
}
.BgClassName
{
background-color: #845A64;
}
</style>
border-color css
<style>
span { border-color: #845A64; }
span { border-color: rgb(132,90,100); }
td.TdClassName
{
border-color: #845A64;
}
.TagClassName
{
border-color: #845A64;
}
</style>