Shades of Trendy Pink #88688D
Tints of Trendy Pink #88688D
RGB
CMYK
RGB Variations
Color information
#88688D (or 0x88688D) is known color: Trendy Pink. HEX triplet: 88, 68 and 8D. RGB value is (136,104,141). Sum of RGB (Red+Green+Blue) = 136+104+141=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #88688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88688D is #779772. Grayscale: #757575. Windows color (decimal): -7837555 or 9267336. OLE color: 9267336.
HSL color Cylindrical-coordinate representation of color #88688D: hue angle of 291.89º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88688D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 104 | 141 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.45 |
| HSL | 291.89º | 0.15% | 0.48% | - |
| HSV(B) | 291.89º | 0.26% | 0.55% | - |
| XYZ | 19.91 | 17.06 | 27.44 | - |
| YUV | 117.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 141 | 0.04 | 0.26 | 0 | 0.45 | 291.89 | 0.15 | 0.48 |
| Hex | 88 | 68 | 8D | 4 | 1A | 0 | 2D | 124 | F | 30 |
| Octal | 210 | 150 | 215 | 4 | 32 | 0 | 55 | 444 | 17 | 60 |
| Binary | 10001000 | 1101000 | 10001101 | 100 | 11010 | 0 | 101101 | 100100100 | 1111 | 110000 |
Color Harmonies of #88688D
Complementary color
Monochromatic Colors of #88688D
Black with #88688D
Text Example
Text Example
White with #88688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88688D; }
p { color: rgb(136,104,141); }
H1.HeaderClassName
{
color: #88688D;
}
.AnyTagClassName
{
color: #88688D;
}
</style>
background-color css
<style>
a { background-color: #88688D; }
a { background-color: rgb(136,104,141); }
div.DivClassName
{
background-color: #88688D;
}
.BgClassName
{
background-color: #88688D;
}
</style>
border-color css
<style>
span { border-color: #88688D; }
span { border-color: rgb(136,104,141); }
td.TdClassName
{
border-color: #88688D;
}
.TagClassName
{
border-color: #88688D;
}
</style>