Shades of Cannon Pink #845463
Tints of Cannon Pink #845463
RGB
CMYK
RGB Variations
Color information
#845463 (or 0x845463) is known color: Cannon Pink. HEX triplet: 84, 54 and 63. RGB value is (132,84,99). Sum of RGB (Red+Green+Blue) = 132+84+99=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845463 is #7BAB9C. Grayscale: #646464. Windows color (decimal): -8104861 or 6509700. OLE color: 6509700.
HSL color Cylindrical-coordinate representation of color #845463: hue angle of 341.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845463 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 99 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.48 |
| HSL | 341.25º | 0.22% | 0.42% | - |
| HSV(B) | 341.25º | 0.36% | 0.52% | - |
| XYZ | 14.94 | 12.15 | 13.36 | - |
| YUV | 100.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 99 | 0 | 0.36 | 0.25 | 0.48 | 341.25 | 0.22 | 0.42 |
| Hex | 84 | 54 | 63 | 0 | 24 | 19 | 30 | 155 | 16 | 2A |
| Octal | 204 | 124 | 143 | 0 | 44 | 31 | 60 | 525 | 26 | 52 |
| Binary | 10000100 | 1010100 | 1100011 | 0 | 100100 | 11001 | 110000 | 101010101 | 10110 | 101010 |
Color Harmonies of #845463
Complementary color
Monochromatic Colors of #845463
Black with #845463
Text Example
Text Example
White with #845463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845463; }
p { color: rgb(132,84,99); }
H1.HeaderClassName
{
color: #845463;
}
.AnyTagClassName
{
color: #845463;
}
</style>
background-color css
<style>
a { background-color: #845463; }
a { background-color: rgb(132,84,99); }
div.DivClassName
{
background-color: #845463;
}
.BgClassName
{
background-color: #845463;
}
</style>
border-color css
<style>
span { border-color: #845463; }
span { border-color: rgb(132,84,99); }
td.TdClassName
{
border-color: #845463;
}
.TagClassName
{
border-color: #845463;
}
</style>