Shades of Cannon Pink #84586C
Tints of Cannon Pink #84586C
RGB
CMYK
RGB Variations
Color information
#84586C (or 0x84586C) is known color: Cannon Pink. HEX triplet: 84, 58 and 6C. RGB value is (132,88,108). Sum of RGB (Red+Green+Blue) = 132+88+108=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84586C is #7BA793. Grayscale: #676767. Windows color (decimal): -8103828 or 7100548. OLE color: 7100548.
HSL color Cylindrical-coordinate representation of color #84586C: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84586C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 108 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.48 |
| HSL | 332.73º | 0.2% | 0.43% | - |
| HSV(B) | 332.73º | 0.33% | 0.52% | - |
| XYZ | 15.71 | 12.97 | 15.86 | - |
| YUV | 103.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 108 | 0 | 0.33 | 0.18 | 0.48 | 332.73 | 0.2 | 0.43 |
| Hex | 84 | 58 | 6C | 0 | 21 | 12 | 30 | 14D | 14 | 2B |
| Octal | 204 | 130 | 154 | 0 | 41 | 22 | 60 | 515 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1101100 | 0 | 100001 | 10010 | 110000 | 101001101 | 10100 | 101011 |
Color Harmonies of #84586C
Complementary color
Monochromatic Colors of #84586C
Black with #84586C
Text Example
Text Example
White with #84586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84586C; }
p { color: rgb(132,88,108); }
H1.HeaderClassName
{
color: #84586C;
}
.AnyTagClassName
{
color: #84586C;
}
</style>
background-color css
<style>
a { background-color: #84586C; }
a { background-color: rgb(132,88,108); }
div.DivClassName
{
background-color: #84586C;
}
.BgClassName
{
background-color: #84586C;
}
</style>
border-color css
<style>
span { border-color: #84586C; }
span { border-color: rgb(132,88,108); }
td.TdClassName
{
border-color: #84586C;
}
.TagClassName
{
border-color: #84586C;
}
</style>