Shades of Cannon Pink #84535D
Tints of Cannon Pink #84535D
RGB
CMYK
RGB Variations
Color information
#84535D (or 0x84535D) is known color: Cannon Pink. HEX triplet: 84, 53 and 5D. RGB value is (132,83,93). Sum of RGB (Red+Green+Blue) = 132+83+93=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535D is #7BACA2. Grayscale: #626262. Windows color (decimal): -8105123 or 6116228. OLE color: 6116228.
HSL color Cylindrical-coordinate representation of color #84535D: hue angle of 347.76º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84535D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 93 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.48 |
| HSL | 347.76º | 0.23% | 0.42% | - |
| HSV(B) | 347.76º | 0.37% | 0.52% | - |
| XYZ | 14.58 | 11.88 | 11.88 | - |
| YUV | 98.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 93 | 0 | 0.37 | 0.30 | 0.48 | 347.76 | 0.23 | 0.42 |
| Hex | 84 | 53 | 5D | 0 | 25 | 1E | 30 | 15C | 17 | 2A |
| Octal | 204 | 123 | 135 | 0 | 45 | 36 | 60 | 534 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1011101 | 0 | 100101 | 11110 | 110000 | 101011100 | 10111 | 101010 |
Color Harmonies of #84535D
Complementary color
Monochromatic Colors of #84535D
Black with #84535D
Text Example
Text Example
White with #84535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84535D; }
p { color: rgb(132,83,93); }
H1.HeaderClassName
{
color: #84535D;
}
.AnyTagClassName
{
color: #84535D;
}
</style>
background-color css
<style>
a { background-color: #84535D; }
a { background-color: rgb(132,83,93); }
div.DivClassName
{
background-color: #84535D;
}
.BgClassName
{
background-color: #84535D;
}
</style>
border-color css
<style>
span { border-color: #84535D; }
span { border-color: rgb(132,83,93); }
td.TdClassName
{
border-color: #84535D;
}
.TagClassName
{
border-color: #84535D;
}
</style>