Shades of Cannon Pink #84525D
Tints of Cannon Pink #84525D
RGB
CMYK
RGB Variations
Color information
#84525D (or 0x84525D) is known color: Cannon Pink. HEX triplet: 84, 52 and 5D. RGB value is (132,82,93). Sum of RGB (Red+Green+Blue) = 132+82+93=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525D is #7BADA2. Grayscale: #626262. Windows color (decimal): -8105379 or 6115972. OLE color: 6115972.
HSL color Cylindrical-coordinate representation of color #84525D: hue angle of 346.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84525D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 93 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.48 |
| HSL | 346.8º | 0.23% | 0.42% | - |
| HSV(B) | 346.8º | 0.38% | 0.52% | - |
| XYZ | 14.51 | 11.73 | 11.86 | - |
| YUV | 98.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 93 | 0 | 0.38 | 0.30 | 0.48 | 346.8 | 0.23 | 0.42 |
| Hex | 84 | 52 | 5D | 0 | 26 | 1E | 30 | 15B | 17 | 2A |
| Octal | 204 | 122 | 135 | 0 | 46 | 36 | 60 | 533 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1011101 | 0 | 100110 | 11110 | 110000 | 101011011 | 10111 | 101010 |
Color Harmonies of #84525D
Complementary color
Monochromatic Colors of #84525D
Black with #84525D
Text Example
Text Example
White with #84525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84525D; }
p { color: rgb(132,82,93); }
H1.HeaderClassName
{
color: #84525D;
}
.AnyTagClassName
{
color: #84525D;
}
</style>
background-color css
<style>
a { background-color: #84525D; }
a { background-color: rgb(132,82,93); }
div.DivClassName
{
background-color: #84525D;
}
.BgClassName
{
background-color: #84525D;
}
</style>
border-color css
<style>
span { border-color: #84525D; }
span { border-color: rgb(132,82,93); }
td.TdClassName
{
border-color: #84525D;
}
.TagClassName
{
border-color: #84525D;
}
</style>