Shades of Cannon Pink #844C58
Tints of Cannon Pink #844C58
RGB
CMYK
RGB Variations
Color information
#844C58 (or 0x844C58) is known color: Cannon Pink. HEX triplet: 84, 4C and 58. RGB value is (132,76,88). Sum of RGB (Red+Green+Blue) = 132+76+88=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C58 is #7BB3A7. Grayscale: #5E5E5E. Windows color (decimal): -8106920 or 5786756. OLE color: 5786756.
HSL color Cylindrical-coordinate representation of color #844C58: hue angle of 347.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844C58 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 88 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.48 |
| HSL | 347.14º | 0.27% | 0.41% | - |
| HSV(B) | 347.14º | 0.42% | 0.52% | - |
| XYZ | 13.86 | 10.78 | 10.58 | - |
| YUV | 94.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 88 | 0 | 0.42 | 0.33 | 0.48 | 347.14 | 0.27 | 0.41 |
| Hex | 84 | 4C | 58 | 0 | 2A | 21 | 30 | 15B | 1B | 29 |
| Octal | 204 | 114 | 130 | 0 | 52 | 41 | 60 | 533 | 33 | 51 |
| Binary | 10000100 | 1001100 | 1011000 | 0 | 101010 | 100001 | 110000 | 101011011 | 11011 | 101001 |
Color Harmonies of #844C58
Complementary color
Monochromatic Colors of #844C58
Black with #844C58
Text Example
Text Example
White with #844C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C58; }
p { color: rgb(132,76,88); }
H1.HeaderClassName
{
color: #844C58;
}
.AnyTagClassName
{
color: #844C58;
}
</style>
background-color css
<style>
a { background-color: #844C58; }
a { background-color: rgb(132,76,88); }
div.DivClassName
{
background-color: #844C58;
}
.BgClassName
{
background-color: #844C58;
}
</style>
border-color css
<style>
span { border-color: #844C58; }
span { border-color: rgb(132,76,88); }
td.TdClassName
{
border-color: #844C58;
}
.TagClassName
{
border-color: #844C58;
}
</style>