Shades of Cannon Pink #844758
Tints of Cannon Pink #844758
RGB
CMYK
RGB Variations
Color information
#844758 (or 0x844758) is known color: Cannon Pink. HEX triplet: 84, 47 and 58. RGB value is (132,71,88). Sum of RGB (Red+Green+Blue) = 132+71+88=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #844758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844758 is #7BB8A7. Grayscale: #5B5B5B. Windows color (decimal): -8108200 or 5785476. OLE color: 5785476.
HSL color Cylindrical-coordinate representation of color #844758: hue angle of 343.28º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844758 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 88 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.48 |
| HSL | 343.28º | 0.3% | 0.4% | - |
| HSV(B) | 343.28º | 0.46% | 0.52% | - |
| XYZ | 13.53 | 10.12 | 10.47 | - |
| YUV | 91.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 88 | 0 | 0.46 | 0.33 | 0.48 | 343.28 | 0.3 | 0.4 |
| Hex | 84 | 47 | 58 | 0 | 2E | 21 | 30 | 157 | 1E | 28 |
| Octal | 204 | 107 | 130 | 0 | 56 | 41 | 60 | 527 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1011000 | 0 | 101110 | 100001 | 110000 | 101010111 | 11110 | 101000 |
Color Harmonies of #844758
Complementary color
Monochromatic Colors of #844758
Black with #844758
Text Example
Text Example
White with #844758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844758; }
p { color: rgb(132,71,88); }
H1.HeaderClassName
{
color: #844758;
}
.AnyTagClassName
{
color: #844758;
}
</style>
background-color css
<style>
a { background-color: #844758; }
a { background-color: rgb(132,71,88); }
div.DivClassName
{
background-color: #844758;
}
.BgClassName
{
background-color: #844758;
}
</style>
border-color css
<style>
span { border-color: #844758; }
span { border-color: rgb(132,71,88); }
td.TdClassName
{
border-color: #844758;
}
.TagClassName
{
border-color: #844758;
}
</style>