Shades of Cannon Pink #84565D
Tints of Cannon Pink #84565D
RGB
CMYK
RGB Variations
Color information
#84565D (or 0x84565D) is known color: Cannon Pink. HEX triplet: 84, 56 and 5D. RGB value is (132,86,93). Sum of RGB (Red+Green+Blue) = 132+86+93=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84565D is #7BA9A2. Grayscale: #646464. Windows color (decimal): -8104355 or 6116996. OLE color: 6116996.
HSL color Cylindrical-coordinate representation of color #84565D: hue angle of 350.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84565D is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 93 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.48 |
| HSL | 350.87º | 0.21% | 0.43% | - |
| HSV(B) | 350.87º | 0.35% | 0.52% | - |
| XYZ | 14.82 | 12.35 | 11.96 | - |
| YUV | 100.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 93 | 0 | 0.35 | 0.30 | 0.48 | 350.87 | 0.21 | 0.43 |
| Hex | 84 | 56 | 5D | 0 | 23 | 1E | 30 | 15F | 15 | 2B |
| Octal | 204 | 126 | 135 | 0 | 43 | 36 | 60 | 537 | 25 | 53 |
| Binary | 10000100 | 1010110 | 1011101 | 0 | 100011 | 11110 | 110000 | 101011111 | 10101 | 101011 |
Color Harmonies of #84565D
Complementary color
Monochromatic Colors of #84565D
Black with #84565D
Text Example
Text Example
White with #84565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84565D; }
p { color: rgb(132,86,93); }
H1.HeaderClassName
{
color: #84565D;
}
.AnyTagClassName
{
color: #84565D;
}
</style>
background-color css
<style>
a { background-color: #84565D; }
a { background-color: rgb(132,86,93); }
div.DivClassName
{
background-color: #84565D;
}
.BgClassName
{
background-color: #84565D;
}
</style>
border-color css
<style>
span { border-color: #84565D; }
span { border-color: rgb(132,86,93); }
td.TdClassName
{
border-color: #84565D;
}
.TagClassName
{
border-color: #84565D;
}
</style>