Shades of Trendy Pink #806C84
Tints of Trendy Pink #806C84
RGB
CMYK
RGB Variations
Color information
#806C84 (or 0x806C84) is known color: Trendy Pink. HEX triplet: 80, 6C and 84. RGB value is (128,108,132). Sum of RGB (Red+Green+Blue) = 128+108+132=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #806C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C84 is #7F937B. Grayscale: #747474. Windows color (decimal): -8360828 or 8678528. OLE color: 8678528.
HSL color Cylindrical-coordinate representation of color #806C84: hue angle of 290º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806C84 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 108 | 132 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.48 |
| HSL | 290º | 0.1% | 0.47% | - |
| HSV(B) | 290º | 0.18% | 0.52% | - |
| XYZ | 18.43 | 16.98 | 24.14 | - |
| YUV | 116.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 132 | 0.03 | 0.18 | 0 | 0.48 | 290 | 0.1 | 0.47 |
| Hex | 80 | 6C | 84 | 3 | 12 | 0 | 30 | 122 | A | 2F |
| Octal | 200 | 154 | 204 | 3 | 22 | 0 | 60 | 442 | 12 | 57 |
| Binary | 10000000 | 1101100 | 10000100 | 11 | 10010 | 0 | 110000 | 100100010 | 1010 | 101111 |
Color Harmonies of #806C84
Complementary color
Monochromatic Colors of #806C84
Black with #806C84
Text Example
Text Example
White with #806C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C84; }
p { color: rgb(128,108,132); }
H1.HeaderClassName
{
color: #806C84;
}
.AnyTagClassName
{
color: #806C84;
}
</style>
background-color css
<style>
a { background-color: #806C84; }
a { background-color: rgb(128,108,132); }
div.DivClassName
{
background-color: #806C84;
}
.BgClassName
{
background-color: #806C84;
}
</style>
border-color css
<style>
span { border-color: #806C84; }
span { border-color: rgb(128,108,132); }
td.TdClassName
{
border-color: #806C84;
}
.TagClassName
{
border-color: #806C84;
}
</style>