Shades of Cannon Pink #844F63
Tints of Cannon Pink #844F63
RGB
CMYK
RGB Variations
Color information
#844F63 (or 0x844F63) is known color: Cannon Pink. HEX triplet: 84, 4F and 63. RGB value is (132,79,99). Sum of RGB (Red+Green+Blue) = 132+79+99=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F63 is #7BB09C. Grayscale: #616161. Windows color (decimal): -8106141 or 6508420. OLE color: 6508420.
HSL color Cylindrical-coordinate representation of color #844F63: hue angle of 337.36º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F63 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 99 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.48 |
| HSL | 337.36º | 0.25% | 0.41% | - |
| HSV(B) | 337.36º | 0.4% | 0.52% | - |
| XYZ | 14.56 | 11.4 | 13.24 | - |
| YUV | 97.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 99 | 0 | 0.40 | 0.25 | 0.48 | 337.36 | 0.25 | 0.41 |
| Hex | 84 | 4F | 63 | 0 | 28 | 19 | 30 | 151 | 19 | 29 |
| Octal | 204 | 117 | 143 | 0 | 50 | 31 | 60 | 521 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1100011 | 0 | 101000 | 11001 | 110000 | 101010001 | 11001 | 101001 |
Color Harmonies of #844F63
Complementary color
Monochromatic Colors of #844F63
Black with #844F63
Text Example
Text Example
White with #844F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F63; }
p { color: rgb(132,79,99); }
H1.HeaderClassName
{
color: #844F63;
}
.AnyTagClassName
{
color: #844F63;
}
</style>
background-color css
<style>
a { background-color: #844F63; }
a { background-color: rgb(132,79,99); }
div.DivClassName
{
background-color: #844F63;
}
.BgClassName
{
background-color: #844F63;
}
</style>
border-color css
<style>
span { border-color: #844F63; }
span { border-color: rgb(132,79,99); }
td.TdClassName
{
border-color: #844F63;
}
.TagClassName
{
border-color: #844F63;
}
</style>