Shades of Trendy Pink #836C86
Tints of Trendy Pink #836C86
RGB
CMYK
RGB Variations
Color information
#836C86 (or 0x836C86) is known color: Trendy Pink. HEX triplet: 83, 6C and 86. RGB value is (131,108,134). Sum of RGB (Red+Green+Blue) = 131+108+134=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #836C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C86 is #7C9379. Grayscale: #757575. Windows color (decimal): -8164218 or 8809603. OLE color: 8809603.
HSL color Cylindrical-coordinate representation of color #836C86: hue angle of 293.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #836C86 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 108 | 134 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.47 |
| HSL | 293.08º | 0.11% | 0.47% | - |
| HSV(B) | 293.08º | 0.19% | 0.53% | - |
| XYZ | 19.03 | 17.27 | 24.89 | - |
| YUV | 117.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 134 | 0.02 | 0.19 | 0 | 0.47 | 293.08 | 0.11 | 0.47 |
| Hex | 83 | 6C | 86 | 2 | 13 | 0 | 2F | 125 | B | 2F |
| Octal | 203 | 154 | 206 | 2 | 23 | 0 | 57 | 445 | 13 | 57 |
| Binary | 10000011 | 1101100 | 10000110 | 10 | 10011 | 0 | 101111 | 100100101 | 1011 | 101111 |
Color Harmonies of #836C86
Complementary color
Monochromatic Colors of #836C86
Black with #836C86
Text Example
Text Example
White with #836C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C86; }
p { color: rgb(131,108,134); }
H1.HeaderClassName
{
color: #836C86;
}
.AnyTagClassName
{
color: #836C86;
}
</style>
background-color css
<style>
a { background-color: #836C86; }
a { background-color: rgb(131,108,134); }
div.DivClassName
{
background-color: #836C86;
}
.BgClassName
{
background-color: #836C86;
}
</style>
border-color css
<style>
span { border-color: #836C86; }
span { border-color: rgb(131,108,134); }
td.TdClassName
{
border-color: #836C86;
}
.TagClassName
{
border-color: #836C86;
}
</style>