Shades of Cannon Pink #84515A
Tints of Cannon Pink #84515A
RGB
CMYK
RGB Variations
Color information
#84515A (or 0x84515A) is known color: Cannon Pink. HEX triplet: 84, 51 and 5A. RGB value is (132,81,90). Sum of RGB (Red+Green+Blue) = 132+81+90=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84515A is #7BAEA5. Grayscale: #616161. Windows color (decimal): -8105638 or 5919108. OLE color: 5919108.
HSL color Cylindrical-coordinate representation of color #84515A: hue angle of 349.41º 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 #84515A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 90 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.48 |
| HSL | 349.41º | 0.24% | 0.42% | - |
| HSV(B) | 349.41º | 0.39% | 0.52% | - |
| XYZ | 14.3 | 11.53 | 11.14 | - |
| YUV | 97.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 90 | 0 | 0.39 | 0.32 | 0.48 | 349.41 | 0.24 | 0.42 |
| Hex | 84 | 51 | 5A | 0 | 27 | 20 | 30 | 15D | 18 | 2A |
| Octal | 204 | 121 | 132 | 0 | 47 | 40 | 60 | 535 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1011010 | 0 | 100111 | 100000 | 110000 | 101011101 | 11000 | 101010 |
Color Harmonies of #84515A
Complementary color
Monochromatic Colors of #84515A
Black with #84515A
Text Example
Text Example
White with #84515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84515A; }
p { color: rgb(132,81,90); }
H1.HeaderClassName
{
color: #84515A;
}
.AnyTagClassName
{
color: #84515A;
}
</style>
background-color css
<style>
a { background-color: #84515A; }
a { background-color: rgb(132,81,90); }
div.DivClassName
{
background-color: #84515A;
}
.BgClassName
{
background-color: #84515A;
}
</style>
border-color css
<style>
span { border-color: #84515A; }
span { border-color: rgb(132,81,90); }
td.TdClassName
{
border-color: #84515A;
}
.TagClassName
{
border-color: #84515A;
}
</style>