Shades of Cannon Pink #84525C
Tints of Cannon Pink #84525C
RGB
CMYK
RGB Variations
Color information
#84525C (or 0x84525C) is known color: Cannon Pink. HEX triplet: 84, 52 and 5C. RGB value is (132,82,92). Sum of RGB (Red+Green+Blue) = 132+82+92=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525C is #7BADA3. Grayscale: #626262. Windows color (decimal): -8105380 or 6050436. OLE color: 6050436.
HSL color Cylindrical-coordinate representation of color #84525C: hue angle of 348º 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 #84525C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 92 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.48 |
| HSL | 348º | 0.23% | 0.42% | - |
| HSV(B) | 348º | 0.38% | 0.52% | - |
| XYZ | 14.46 | 11.71 | 11.62 | - |
| YUV | 98.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 92 | 0 | 0.38 | 0.30 | 0.48 | 348 | 0.23 | 0.42 |
| Hex | 84 | 52 | 5C | 0 | 26 | 1E | 30 | 15C | 17 | 2A |
| Octal | 204 | 122 | 134 | 0 | 46 | 36 | 60 | 534 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1011100 | 0 | 100110 | 11110 | 110000 | 101011100 | 10111 | 101010 |
Color Harmonies of #84525C
Complementary color
Monochromatic Colors of #84525C
Black with #84525C
Text Example
Text Example
White with #84525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84525C; }
p { color: rgb(132,82,92); }
H1.HeaderClassName
{
color: #84525C;
}
.AnyTagClassName
{
color: #84525C;
}
</style>
background-color css
<style>
a { background-color: #84525C; }
a { background-color: rgb(132,82,92); }
div.DivClassName
{
background-color: #84525C;
}
.BgClassName
{
background-color: #84525C;
}
</style>
border-color css
<style>
span { border-color: #84525C; }
span { border-color: rgb(132,82,92); }
td.TdClassName
{
border-color: #84525C;
}
.TagClassName
{
border-color: #84525C;
}
</style>