Shades of Cannon Pink #84515E
Tints of Cannon Pink #84515E
RGB
CMYK
RGB Variations
Color information
#84515E (or 0x84515E) is known color: Cannon Pink. HEX triplet: 84, 51 and 5E. RGB value is (132,81,94). Sum of RGB (Red+Green+Blue) = 132+81+94=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84515E is #7BAEA1. Grayscale: #616161. Windows color (decimal): -8105634 or 6181252. OLE color: 6181252.
HSL color Cylindrical-coordinate representation of color #84515E: hue angle of 344.71º degrees, saturation: 0.24, 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 #84515E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 94 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.48 |
| HSL | 344.71º | 0.24% | 0.42% | - |
| HSV(B) | 344.71º | 0.39% | 0.52% | - |
| XYZ | 14.48 | 11.6 | 12.07 | - |
| YUV | 97.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 94 | 0 | 0.39 | 0.29 | 0.48 | 344.71 | 0.24 | 0.42 |
| Hex | 84 | 51 | 5E | 0 | 27 | 1D | 30 | 159 | 18 | 2A |
| Octal | 204 | 121 | 136 | 0 | 47 | 35 | 60 | 531 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1011110 | 0 | 100111 | 11101 | 110000 | 101011001 | 11000 | 101010 |
Color Harmonies of #84515E
Complementary color
Monochromatic Colors of #84515E
Black with #84515E
Text Example
Text Example
White with #84515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84515E; }
p { color: rgb(132,81,94); }
H1.HeaderClassName
{
color: #84515E;
}
.AnyTagClassName
{
color: #84515E;
}
</style>
background-color css
<style>
a { background-color: #84515E; }
a { background-color: rgb(132,81,94); }
div.DivClassName
{
background-color: #84515E;
}
.BgClassName
{
background-color: #84515E;
}
</style>
border-color css
<style>
span { border-color: #84515E; }
span { border-color: rgb(132,81,94); }
td.TdClassName
{
border-color: #84515E;
}
.TagClassName
{
border-color: #84515E;
}
</style>