Shades of Cannon Pink #84545D
Tints of Cannon Pink #84545D
RGB
CMYK
RGB Variations
Color information
#84545D (or 0x84545D) is known color: Cannon Pink. HEX triplet: 84, 54 and 5D. RGB value is (132,84,93). Sum of RGB (Red+Green+Blue) = 132+84+93=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84545D is #7BABA2. Grayscale: #636363. Windows color (decimal): -8104867 or 6116484. OLE color: 6116484.
HSL color Cylindrical-coordinate representation of color #84545D: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84545D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 93 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.48 |
| HSL | 348.75º | 0.22% | 0.42% | - |
| HSV(B) | 348.75º | 0.36% | 0.52% | - |
| XYZ | 14.66 | 12.04 | 11.91 | - |
| YUV | 99.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 93 | 0 | 0.36 | 0.30 | 0.48 | 348.75 | 0.22 | 0.42 |
| Hex | 84 | 54 | 5D | 0 | 24 | 1E | 30 | 15D | 16 | 2A |
| Octal | 204 | 124 | 135 | 0 | 44 | 36 | 60 | 535 | 26 | 52 |
| Binary | 10000100 | 1010100 | 1011101 | 0 | 100100 | 11110 | 110000 | 101011101 | 10110 | 101010 |
Color Harmonies of #84545D
Complementary color
Monochromatic Colors of #84545D
Black with #84545D
Text Example
Text Example
White with #84545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84545D; }
p { color: rgb(132,84,93); }
H1.HeaderClassName
{
color: #84545D;
}
.AnyTagClassName
{
color: #84545D;
}
</style>
background-color css
<style>
a { background-color: #84545D; }
a { background-color: rgb(132,84,93); }
div.DivClassName
{
background-color: #84545D;
}
.BgClassName
{
background-color: #84545D;
}
</style>
border-color css
<style>
span { border-color: #84545D; }
span { border-color: rgb(132,84,93); }
td.TdClassName
{
border-color: #84545D;
}
.TagClassName
{
border-color: #84545D;
}
</style>