Shades of Trendy Pink #836A86
Tints of Trendy Pink #836A86
RGB
CMYK
RGB Variations
Color information
#836A86 (or 0x836A86) is known color: Trendy Pink. HEX triplet: 83, 6A and 86. RGB value is (131,106,134). Sum of RGB (Red+Green+Blue) = 131+106+134=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #836A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A86 is #7C9579. Grayscale: #747474. Windows color (decimal): -8164730 or 8809091. OLE color: 8809091.
HSL color Cylindrical-coordinate representation of color #836A86: hue angle of 293.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836A86 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 106 | 134 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.47 |
| HSL | 293.57º | 0.12% | 0.47% | - |
| HSV(B) | 293.57º | 0.21% | 0.53% | - |
| XYZ | 18.82 | 16.85 | 24.82 | - |
| YUV | 116.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 134 | 0.02 | 0.21 | 0 | 0.47 | 293.57 | 0.12 | 0.47 |
| Hex | 83 | 6A | 86 | 2 | 15 | 0 | 2F | 126 | C | 2F |
| Octal | 203 | 152 | 206 | 2 | 25 | 0 | 57 | 446 | 14 | 57 |
| Binary | 10000011 | 1101010 | 10000110 | 10 | 10101 | 0 | 101111 | 100100110 | 1100 | 101111 |
Color Harmonies of #836A86
Complementary color
Monochromatic Colors of #836A86
Black with #836A86
Text Example
Text Example
White with #836A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A86; }
p { color: rgb(131,106,134); }
H1.HeaderClassName
{
color: #836A86;
}
.AnyTagClassName
{
color: #836A86;
}
</style>
background-color css
<style>
a { background-color: #836A86; }
a { background-color: rgb(131,106,134); }
div.DivClassName
{
background-color: #836A86;
}
.BgClassName
{
background-color: #836A86;
}
</style>
border-color css
<style>
span { border-color: #836A86; }
span { border-color: rgb(131,106,134); }
td.TdClassName
{
border-color: #836A86;
}
.TagClassName
{
border-color: #836A86;
}
</style>