Shades of Cannon Pink #84505C
Tints of Cannon Pink #84505C
RGB
CMYK
RGB Variations
Color information
#84505C (or 0x84505C) is known color: Cannon Pink. HEX triplet: 84, 50 and 5C. RGB value is (132,80,92). Sum of RGB (Red+Green+Blue) = 132+80+92=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84505C is #7BAFA3. Grayscale: #606060. Windows color (decimal): -8105892 or 6049924. OLE color: 6049924.
HSL color Cylindrical-coordinate representation of color #84505C: hue angle of 346.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84505C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 92 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.48 |
| HSL | 346.15º | 0.25% | 0.42% | - |
| HSV(B) | 346.15º | 0.39% | 0.52% | - |
| XYZ | 14.32 | 11.42 | 11.57 | - |
| YUV | 96.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 92 | 0 | 0.39 | 0.30 | 0.48 | 346.15 | 0.25 | 0.42 |
| Hex | 84 | 50 | 5C | 0 | 27 | 1E | 30 | 15A | 19 | 2A |
| Octal | 204 | 120 | 134 | 0 | 47 | 36 | 60 | 532 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1011100 | 0 | 100111 | 11110 | 110000 | 101011010 | 11001 | 101010 |
Color Harmonies of #84505C
Complementary color
Monochromatic Colors of #84505C
Black with #84505C
Text Example
Text Example
White with #84505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84505C; }
p { color: rgb(132,80,92); }
H1.HeaderClassName
{
color: #84505C;
}
.AnyTagClassName
{
color: #84505C;
}
</style>
background-color css
<style>
a { background-color: #84505C; }
a { background-color: rgb(132,80,92); }
div.DivClassName
{
background-color: #84505C;
}
.BgClassName
{
background-color: #84505C;
}
</style>
border-color css
<style>
span { border-color: #84505C; }
span { border-color: rgb(132,80,92); }
td.TdClassName
{
border-color: #84505C;
}
.TagClassName
{
border-color: #84505C;
}
</style>