Shades of Cannon Pink #845563
Tints of Cannon Pink #845563
RGB
CMYK
RGB Variations
Color information
#845563 (or 0x845563) is known color: Cannon Pink. HEX triplet: 84, 55 and 63. RGB value is (132,85,99). Sum of RGB (Red+Green+Blue) = 132+85+99=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845563 is #7BAA9C. Grayscale: #646464. Windows color (decimal): -8104605 or 6509956. OLE color: 6509956.
HSL color Cylindrical-coordinate representation of color #845563: hue angle of 342.13º 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 #845563 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 99 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.48 |
| HSL | 342.13º | 0.22% | 0.43% | - |
| HSV(B) | 342.13º | 0.36% | 0.52% | - |
| XYZ | 15.02 | 12.3 | 13.39 | - |
| YUV | 100.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 99 | 0 | 0.36 | 0.25 | 0.48 | 342.13 | 0.22 | 0.43 |
| Hex | 84 | 55 | 63 | 0 | 24 | 19 | 30 | 156 | 16 | 2B |
| Octal | 204 | 125 | 143 | 0 | 44 | 31 | 60 | 526 | 26 | 53 |
| Binary | 10000100 | 1010101 | 1100011 | 0 | 100100 | 11001 | 110000 | 101010110 | 10110 | 101011 |
Color Harmonies of #845563
Complementary color
Monochromatic Colors of #845563
Black with #845563
Text Example
Text Example
White with #845563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845563; }
p { color: rgb(132,85,99); }
H1.HeaderClassName
{
color: #845563;
}
.AnyTagClassName
{
color: #845563;
}
</style>
background-color css
<style>
a { background-color: #845563; }
a { background-color: rgb(132,85,99); }
div.DivClassName
{
background-color: #845563;
}
.BgClassName
{
background-color: #845563;
}
</style>
border-color css
<style>
span { border-color: #845563; }
span { border-color: rgb(132,85,99); }
td.TdClassName
{
border-color: #845563;
}
.TagClassName
{
border-color: #845563;
}
</style>