Shades of Trendy Pink #80647E
Tints of Trendy Pink #80647E
RGB
CMYK
RGB Variations
Color information
#80647E (or 0x80647E) is known color: Trendy Pink. HEX triplet: 80, 64 and 7E. RGB value is (128,100,126). Sum of RGB (Red+Green+Blue) = 128+100+126=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80647E is #7F9B81. Grayscale: #6F6F6F. Windows color (decimal): -8362882 or 8283264. OLE color: 8283264.
HSL color Cylindrical-coordinate representation of color #80647E: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80647E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 126 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.50 |
| HSL | 304.29º | 0.12% | 0.45% | - |
| HSV(B) | 304.29º | 0.22% | 0.5% | - |
| XYZ | 17.23 | 15.21 | 21.77 | - |
| YUV | 111.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 126 | 0 | 0.22 | 0.02 | 0.50 | 304.29 | 0.12 | 0.45 |
| Hex | 80 | 64 | 7E | 0 | 16 | 2 | 32 | 130 | C | 2D |
| Octal | 200 | 144 | 176 | 0 | 26 | 2 | 62 | 460 | 14 | 55 |
| Binary | 10000000 | 1100100 | 1111110 | 0 | 10110 | 10 | 110010 | 100110000 | 1100 | 101101 |
Color Harmonies of #80647E
Complementary color
Monochromatic Colors of #80647E
Black with #80647E
Text Example
Text Example
White with #80647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80647E; }
p { color: rgb(128,100,126); }
H1.HeaderClassName
{
color: #80647E;
}
.AnyTagClassName
{
color: #80647E;
}
</style>
background-color css
<style>
a { background-color: #80647E; }
a { background-color: rgb(128,100,126); }
div.DivClassName
{
background-color: #80647E;
}
.BgClassName
{
background-color: #80647E;
}
</style>
border-color css
<style>
span { border-color: #80647E; }
span { border-color: rgb(128,100,126); }
td.TdClassName
{
border-color: #80647E;
}
.TagClassName
{
border-color: #80647E;
}
</style>