Shades of Cannon Pink #84535C
Tints of Cannon Pink #84535C
RGB
CMYK
RGB Variations
Color information
#84535C (or 0x84535C) is known color: Cannon Pink. HEX triplet: 84, 53 and 5C. RGB value is (132,83,92). Sum of RGB (Red+Green+Blue) = 132+83+92=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84535C is #7BACA3. Grayscale: #626262. Windows color (decimal): -8105124 or 6050692. OLE color: 6050692.
HSL color Cylindrical-coordinate representation of color #84535C: hue angle of 348.98º 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 #84535C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 92 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.48 |
| HSL | 348.98º | 0.23% | 0.42% | - |
| HSV(B) | 348.98º | 0.37% | 0.52% | - |
| XYZ | 14.54 | 11.86 | 11.65 | - |
| YUV | 98.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 92 | 0 | 0.37 | 0.30 | 0.48 | 348.98 | 0.23 | 0.42 |
| Hex | 84 | 53 | 5C | 0 | 25 | 1E | 30 | 15D | 17 | 2A |
| Octal | 204 | 123 | 134 | 0 | 45 | 36 | 60 | 535 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1011100 | 0 | 100101 | 11110 | 110000 | 101011101 | 10111 | 101010 |
Color Harmonies of #84535C
Complementary color
Monochromatic Colors of #84535C
Black with #84535C
Text Example
Text Example
White with #84535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84535C; }
p { color: rgb(132,83,92); }
H1.HeaderClassName
{
color: #84535C;
}
.AnyTagClassName
{
color: #84535C;
}
</style>
background-color css
<style>
a { background-color: #84535C; }
a { background-color: rgb(132,83,92); }
div.DivClassName
{
background-color: #84535C;
}
.BgClassName
{
background-color: #84535C;
}
</style>
border-color css
<style>
span { border-color: #84535C; }
span { border-color: rgb(132,83,92); }
td.TdClassName
{
border-color: #84535C;
}
.TagClassName
{
border-color: #84535C;
}
</style>